feat: 添加登录验证

This commit is contained in:
sunxiaolong
2024-08-15 16:40:18 +08:00
parent 9e54414383
commit 4fc4cd79d2
20 changed files with 470 additions and 122 deletions

24
config/config.yml Normal file
View File

@@ -0,0 +1,24 @@
server:
host: 0.0.0.0
logger:
level: INFO
path: ./data/log
port: 8080
debug: true
database:
schema: mysql
host: IP_ADDRESS
port: 3306
user: USER
password: PASSWORD
database: DATABASE
redis:
host: 127.0.0.1
port: 6379
password:
db: 0
masterNode:
address: IP_ADDRESS