我在spring mvc创建的jar文件中有服务。 我的问题是如何在其他Spring启动项目中通过rest api使用这些服务。 任何帮助都非常感谢。
我的AppConfig:
package com.Taco;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({"org.DAO","org.Service"})
public class AppConfig {
}
答案 0 :(得分:1)
在您的其他春季项目中声明您的jar作为依赖项。
在配置类中,在@ComponentScan