eureka优化调整,exception优化

yun-zuoyi
alwaysfrin 6 years ago
parent b824bf93a4
commit dbcaa33735

2
.gitignore vendored

@ -12,5 +12,3 @@ target
.class
.md
.log
application.properties
application-dev.properties

@ -192,7 +192,7 @@ public class ShiroAuthConfiguration {
// @Bean(name = "sessionIdCookie")
// public SimpleCookie getSessionIdCookie() {
// LOGGER.info("【shiro-加载sessionIdCookie】");
// SimpleCookie cookie = new SimpleCookie("sid");
// SimpleCookie cookie = new SimpleCookie("userLoginSid");
// cookie.setHttpOnly(true);
// cookie.setMaxAge(-1);
//

@ -1,15 +1,15 @@
#项目端口
server.port=8100
#本机ip
impp.server.ip=192.168.1.56
impp.server.ip=192.168.1.20
#console控制台服务zipkin追踪全路径
impp.console.ip=http://192.168.1.56:8010
impp.console.ip=http://192.168.1.20:8010
################ 功能配置1 ################
#若无法连接注册中心,是否需要一直检测加入
impp.cluster.fetch=true
impp.cluster.fetch=false
#服务注册中心
impp.cluster.regist.center=http://192.168.1.56:8000/eureka/
impp.cluster.regist.center=http://192.168.1.20:8000/eureka/
#多注册中心
#impp.cluster.regist.center=http://192.168.1.20:8000/eureka/,http://192.168.1.20:8001/eureka/

Loading…
Cancel
Save