|
|
@@ -13,6 +13,8 @@ eureka.instance.status-page-url=http://${eureka.instance.hostname}:${server.port
|
|
13
|
13
|
#eureka.instance.status-page-url=http://${spring.security.user.name}:${spring.security.user.password}@${eureka.instance.hostname}:${server.port}/swagger-ui.html
|
|
14
|
14
|
|
|
15
|
15
|
management.server.port=-1
|
|
|
16
|
+#是否开启swaggeer? true开启,false关闭,生产环境要求关闭
|
|
|
17
|
+swagger.enable=true
|
|
16
|
18
|
#management.endpoints.enabled-by-default=false
|
|
17
|
19
|
|
|
18
|
20
|
#spring.security.basic.enabled=true
|
|
|
@@ -57,7 +59,7 @@ spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/reso
|
|
57
|
59
|
#设置全局变量判断是云端还是库端;1云端,2本地
|
|
58
|
60
|
localOrCloud=1
|
|
59
|
61
|
#设置出入库连接
|
|
60
|
|
-forTheConnection=http://101.36.160.210:9905/Base/Main.action
|
|
|
62
|
+forTheConnection=http://200.2.68.126:9025/Base/Main.action
|
|
61
|
63
|
#forTheConnection=http://101.36.160.210:9901/Base/Login.action
|
|
62
|
64
|
#登录密码输入错误限制登录时间
|
|
63
|
65
|
loginTime=5
|
|
|
@@ -66,4 +68,4 @@ loginTime=5
|
|
66
|
68
|
FLATID=511100008
|
|
67
|
69
|
KEY=229558d3f8a9e2c67a7661a50487c790
|
|
68
|
70
|
#webservice接口地址
|
|
69
|
|
-wsdlUrl=http://10.223.3.62:9025/yhzx/webServices/ExchangeServer?wsdl
|
|
|
71
|
+wsdlUrl=http://200.2.68.126:9025/yhzx/webServices/ExchangeServer?wsdl
|