feat(all): 搭建基本框架和模块
This commit is contained in:
29
gringotts-web/src/main/resources/application.yml
Normal file
29
gringotts-web/src/main/resources/application.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
server:
|
||||
port: 20080
|
||||
spring:
|
||||
application:
|
||||
name: gringotts-web
|
||||
profiles:
|
||||
include: common,metrics,encrypt
|
||||
datasource:
|
||||
url: jdbc:h2:./database;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
|
||||
username: lanyuanxiaoyao
|
||||
password: lanyuanxiaoyao
|
||||
driver-class-name: org.h2.Driver
|
||||
jpa:
|
||||
generate-ddl: true
|
||||
show-sql: true
|
||||
fenix:
|
||||
print-banner: false
|
||||
print-sql: false
|
||||
sa-token:
|
||||
is-print: false
|
||||
token-name: token
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
fisco:
|
||||
bcos:
|
||||
sdk:
|
||||
eventsub:
|
||||
EventSubscribeImp: error
|
||||
Reference in New Issue
Block a user