fix
This commit is contained in:
parent
6ef6a344c6
commit
504fc94b8c
@ -22,7 +22,7 @@ spring:
|
||||
subscriptionConnectionPoolSize: 50
|
||||
connectionMinimumIdleSize: 24
|
||||
connectionPoolSize: 64
|
||||
database: 0
|
||||
database: ${wol.redis.database}
|
||||
dnsMonitoringInterval: 5000
|
||||
threads: 16
|
||||
nettyThreads: 32
|
||||
|
||||
@ -16,6 +16,10 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.agileboot</groupId>
|
||||
<artifactId>wol-common-nacos</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.agileboot</groupId>
|
||||
<artifactId>wol-common-satoken</artifactId>
|
||||
|
||||
@ -6,6 +6,6 @@ spring:
|
||||
application:
|
||||
name: @application.name@
|
||||
config:
|
||||
import: classpath:base.yml
|
||||
import: classpath:base.yml,classpath:nacos.yml
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
5
wol-auth/src/main/resources/bootstrap.yml
Normal file
5
wol-auth/src/main/resources/bootstrap.yml
Normal file
@ -0,0 +1,5 @@
|
||||
spring:
|
||||
application:
|
||||
name: @application.name@
|
||||
config:
|
||||
import: classpath:base.yml,classpath:nacos.yml
|
||||
Loading…
x
Reference in New Issue
Block a user