@@ -6,7 +6,8 @@ target/
!**/src/main/**/target/
!**/src/test/**/target/
#logback.xml
-application.yml
+# application.yml 允许入库(fs-ai-call-task / fs-cid-workflow 等模块打包需要)
+# application.yml
### STS ###
.apt_generated
@@ -0,0 +1,17 @@
+# 开发环境配置
+server:
+ # 服务器的HTTP端口,默认为8080
+ port: 7005
+logging:
+ level:
+ org: INFO
+ com: DEBUG
+# Spring配置
+spring:
+ profiles:
+ active: druid-hdt
+# active: druid-hcl
+# active: druid-sxjz
+# active: druid-hdt
+# active: druid-myhk-test
+cid-group-no: 6
+ port: 7201