add:第一版测试版本,第二次联调。

This commit is contained in:
2025-12-26 15:27:54 +08:00
parent cd483c81d1
commit 6e554b6bf7
32 changed files with 903 additions and 73 deletions

View File

@@ -5,12 +5,15 @@ server:
max-swallow-size: 100MB
spring:
datasource:
dynamic:
datasource:
master:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/nl_frobot?serverTimezone=GMT%2B8&characterEncoding=utf-8&userSSL=false
username: root
password: nlrobot
druid:
db-type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.100.201:3307/nl_apt15e?serverTimezone=GMT%2B8&characterEncoding=utf-8&userSSL=false
username: root
password: 123456
# 初始连接数
initial-size: 5
# 最小连接数
@@ -57,13 +60,13 @@ spring:
file:
mac:
path: ~/file/
avatar: ~/avatar/
qrcode: ~/qrcode/
linux:
path: /home/fr1511b/nlapt15e/file/
avatar: /home/fr1511b/nlapt15e/avatar/
path: /home/pi/nl_robot/map/
qrcode: /home/pi/nl_robot/qrcode/
windows:
path: C:\eladmin\file\
avatar: C:\eladmin\avatar\
path: C:\eladmin\file\currentMap\
qrcode: C:\eladmin\qrcode\currentMap\
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5