opt:优化示教功能

This commit is contained in:
2025-08-11 13:24:12 +08:00
parent 76c308ba84
commit 1061b07f1e
30 changed files with 860 additions and 160 deletions

View File

@@ -1,12 +1,12 @@
server:
# 端口
port: 8081
port: 8011
spring:
datasource:
druid:
db-type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/apt_data?serverTimezone=GMT%2B8&characterEncoding=utf-8&userSSL=false
url: jdbc:mysql://192.168.100.201:3307/nl_apt15e?serverTimezone=GMT%2B8&characterEncoding=utf-8&userSSL=false
username: root
password: 123456
# 初始连接数
@@ -57,8 +57,8 @@ file:
path: ~/file/
avatar: ~/avatar/
linux:
path: /home/eladmin/file/
avatar: /home/eladmin/avatar/
path: /home/fr1511b/nlapt15e/file/
avatar: /home/fr1511b/nlapt15e/avatar/
windows:
path: C:\eladmin\file\
avatar: C:\eladmin\avatar\