1
0

feat(all): 搭建基本框架和模块

This commit is contained in:
2024-11-15 15:35:08 +08:00
commit 1900265075
174 changed files with 87868 additions and 0 deletions

View 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