add: 给前端的测试分支;

This commit is contained in:
2024-05-31 18:02:03 +08:00
parent 8020e53943
commit 4ed3265369
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 8011
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: dev
active: devLocal
datasource:
druid:
initial-size: 5 #初始化时建立物理连接的个数