refactor: 拆分出认证服务
This commit is contained in:
9
aioj-backend-auth/src/main/resources/application-dev.yml
Normal file
9
aioj-backend-auth/src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
enabled: true
|
||||
register-enabled: true
|
||||
server-addr: 10.0.0.10:8848
|
||||
username: nacos
|
||||
password: nacos
|
||||
Reference in New Issue
Block a user