初始化项目
This commit is contained in:
parent
e632ca7cc1
commit
5917fd52c8
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module version="4">
|
|
||||||
<component name="FacetManager">
|
|
||||||
<facet type="JRebel" name="JRebel">
|
|
||||||
<configuration>
|
|
||||||
<option name="ideModuleStorage">
|
|
||||||
<map>
|
|
||||||
<entry key="com.zeroturnaround.jrebel.FormatVersion" value="7.0.0" />
|
|
||||||
<entry key="jrebelEnabled" value="true" />
|
|
||||||
<entry key="lastExternalPluginCheckTime" value="1695605871709" />
|
|
||||||
</map>
|
|
||||||
</option>
|
|
||||||
<option name="version" value="3" />
|
|
||||||
</configuration>
|
|
||||||
</facet>
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
@ -101,6 +101,12 @@
|
||||||
<groupId>jcifs</groupId>
|
<groupId>jcifs</groupId>
|
||||||
<artifactId>jcifs</artifactId>
|
<artifactId>jcifs</artifactId>
|
||||||
<version>${jcifs.version}</version>
|
<version>${jcifs.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>servlet-api</artifactId>
|
||||||
|
<groupId>javax.servlet</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#nacos.server-addr=114.132.64.230:8123
|
|
||||||
nacos.server-addr=192.168.0.194:8848
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
nacos.server-addr=192.168.0.191:8848
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#nacos.server-addr=114.132.64.230:8123
|
|
||||||
nacos.server-addr=192.168.0.194:8848
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
spring.application.name=bom-new
|
|
||||||
spring.profiles.active=dev
|
|
||||||
|
|
||||||
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
||||||
|
|
||||||
spring.cloud.nacos.config.namespace=nflg_dev
|
|
||||||
spring.cloud.nacos.discovery.namespace=nflg_dev
|
|
||||||
spring.cloud.nacos.config.file-extension=properties
|
|
||||||
nacos.plugin.namespace=nflg_dev
|
|
||||||
|
|
||||||
#configuration
|
|
||||||
spring.cloud.nacos.config.server-addr=${nacos.server-addr}
|
|
||||||
spring.cloud.nacos.config.group=${spring.profiles.active}
|
|
||||||
|
|
||||||
spring.cloud.nacos.config.extension-configs[0].data-id=application-${spring.profiles.active}.properties
|
|
||||||
spring.cloud.nacos.config.extension-configs[0].group=${spring.profiles.active}
|
|
||||||
spring.cloud.nacos.config.extension-configs[0].refresh=true
|
|
||||||
spring.cloud.nacos.config.extension-configs[1].data-id=mysql-${spring.profiles.active}.properties
|
|
||||||
spring.cloud.nacos.config.extension-configs[1].group=${spring.profiles.active}
|
|
||||||
spring.cloud.nacos.config.extension-configs[1].refresh=true
|
|
||||||
|
|
||||||
#discovery
|
|
||||||
spring.cloud.nacos.discovery.server-addr=${nacos.server-addr}
|
|
||||||
spring.cloud.nacos.discovery.group=${spring.profiles.active}
|
|
||||||
spring.cloud.nacos.discovery.metadata.group=${spring.profiles.active}
|
|
||||||
spring.cloud.nacos.discovery.metadata.region=${env_region:blue}
|
|
||||||
spring.cloud.nacos.discovery.metadata.env=${spring.profiles.active}
|
|
||||||
|
|
||||||
logging.level.com.nflg.product.material.mapper.master=INFO
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -20,6 +20,7 @@
|
||||||
<module>nflg-boot-base</module>
|
<module>nflg-boot-base</module>
|
||||||
<module>nflg-boot-starter</module>
|
<module>nflg-boot-starter</module>
|
||||||
<module>nflg-cloud-gateway</module>
|
<module>nflg-cloud-gateway</module>
|
||||||
|
<module>nflg-bom-new</module>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue