Skip to content

Commit 10f5221

Browse files
committed
2 parents 7a8be3a + d4d0bdb commit 10f5221

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

conf/dss-apps-server.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
spring.server.port=9044
44
spring.spring.application.name=dss-apps-server
55

6+
## spring update add conf
7+
spring.spring.main.allow-circular-references=true
8+
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
9+
spring.spring.cloud.loadbalancer.cache.enabled=false
10+
611
wds.linkis.server.mybatis.mapperLocations=classpath*:com/webank/wedatasphere/dss/apiservice/core/dao/mapper/*.xml,classpath*:com/webank/wedatasphere/dss/scriptis/dao/mapper/*.xml,classpath*:com/webank/wedatasphere/dss/guide/server/dao/impl/*.xml
712
wds.linkis.server.mybatis.typeAliasesPackage=com.webank.wedatasphere.dss.apiservice.core.bo,com.webank.wedatasphere.dss.apiservice.core.vo,com.webank.wedatasphere.dss.scriptis.vo,com.webank.wedatasphere.dss.guide.server.entity
813
wds.linkis.server.mybatis.BasePackage=com.webank.wedatasphere.dss.apiservice.core.dao,com.webank.wedatasphere.dss.scriptis.dao,com.webank.wedatasphere.dss.guide.server.dao

conf/dss-server.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ wds.dss.appconn.framework.ismanager=true
33
spring.server.port=9043
44
spring.spring.application.name=dss-server-dev
55

6+
## spring update add conf
7+
spring.spring.main.allow-circular-references=true
8+
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
9+
spring.spring.cloud.loadbalancer.cache.enabled=false
10+
611
wds.linkis.log.clear=true
712

813
wds.linkis.server.version=v1

0 commit comments

Comments
 (0)