feat:数据库持久化

This commit is contained in:
Ttt
2026-03-13 22:56:19 +08:00
parent d00e3ce11e
commit fa93d4ffe0
13 changed files with 215 additions and 12 deletions

View File

@@ -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