add: 给前端的测试分支;

This commit is contained in:
2024-05-27 23:19:49 +08:00
parent 57f7fb7f3c
commit 899d41e888
30 changed files with 1532 additions and 154 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 8012
port: 8019
#配置数据源
spring:
autoconfigure:

View File

@@ -4,7 +4,7 @@ server:
relaxed-path-chars: [ '|','{','}','[',']' ] #字符问题: https://blog.csdn.net/weixin_41996632/article/details/90715118
spring:
profiles:
active: prod
active: devLocal
datasource:
druid:
initial-size: 5 #初始化时建立物理连接的个数