feat:密码模式登陆v1

This commit is contained in:
xiang
2025-08-24 01:01:35 +08:00
commit 62b271798a
20 changed files with 886 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
server:
port: 38011
spring:
profiles:
active: local
mybatis:
mapper-locations:
- classpath*:mapper/*/*.xml
configuration:
map-underscore-to-camel-case: true