目录调整

This commit is contained in:
xiongxiaoyang
2020-06-03 02:38:49 +08:00
parent 9c61934974
commit 9c86abb297
18 changed files with 56 additions and 46 deletions

View File

@ -15,16 +15,6 @@
<dependency>
<groupId>com.java2nb.novel</groupId>
<artifactId>novel-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@ -46,7 +46,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<!-- <plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${docker.maven.plugin.version}</version>
@ -72,7 +72,7 @@
</resource>
</resources>
</configuration>
</plugin>
</plugin>-->
</plugins>
</build>

View File

@ -3,3 +3,10 @@ spring:
name: news-service
profiles:
active: dev
cloud:
nacos:
config:
extconfig[0]:
dataid: novel-redis.yml
group: novel-common
refresh: true