feat(REQ-3300) - 变洽签模块创建
This commit is contained in:
parent
31117e3ee3
commit
ae389593d4
1
pom.xml
1
pom.xml
@ -34,6 +34,7 @@
|
||||
<module>op</module>
|
||||
<module>banner</module>
|
||||
<module>dictionary</module>
|
||||
<module>visa</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
package cn.axzo.visa.api.config;
|
||||
|
||||
import cn.axzo.op.api.constant.NanopartConstant;
|
||||
import org.springframework.cloud.openfeign.EnableFeignClients;
|
||||
|
||||
@EnableFeignClients(NanopartConstant.BASIC_FEIGN_PACKAGE)
|
||||
public class VisaApiAutoConfiguration {
|
||||
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
cn.axzo.nanopart.api.config.NanopartApiAutoConfiguration
|
||||
@ -64,6 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.axzo.nanopart</groupId>
|
||||
<artifactId>visa-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user