feat(all): 搭建基本框架和模块
This commit is contained in:
16
gringotts-chain/src/main/resources/application.yml
Normal file
16
gringotts-chain/src/main/resources/application.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
spring:
|
||||
application:
|
||||
name: gringotts-chain
|
||||
profiles:
|
||||
include: common,metrics,encrypt,web
|
||||
sa-token:
|
||||
is-print: false
|
||||
token-name: token
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
fisco:
|
||||
bcos:
|
||||
sdk:
|
||||
eventsub:
|
||||
EventSubscribeImp: error
|
||||
Reference in New Issue
Block a user