feat:数据库持久化
This commit is contained in:
@@ -5,6 +5,11 @@ spring:
|
||||
|
||||
profiles:
|
||||
active: local
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
import-check:
|
||||
enabled: false
|
||||
|
||||
server:
|
||||
port: 38020
|
||||
@@ -14,4 +19,9 @@ server:
|
||||
charset: UTF-8
|
||||
enabled: true
|
||||
force: true
|
||||
mybatis:
|
||||
mapper-locations:
|
||||
- classpath*:mapper/*/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user