mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-06-24 14:06:39 +00:00
模块构建完成
This commit is contained in:
@ -14,4 +14,9 @@ mybatis:
|
||||
logging:
|
||||
config: classpath:logback-boot.xml
|
||||
|
||||
jwt:
|
||||
secret: novel!1025
|
||||
expiration: 604800
|
||||
|
||||
|
||||
|
||||
|
9
novel-common/src/main/resources/bootstrap-dev.yml
Normal file
9
novel-common/src/main/resources/bootstrap-dev.yml
Normal file
@ -0,0 +1,9 @@
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 47.106.243.172:8848
|
||||
file-extension: yml
|
||||
group: ${spring.application.name}
|
||||
namespace: 3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
|
Reference in New Issue
Block a user