File tree 3 files changed +5
-5
lines changed
polaris-guide-gateway/src/main/resources
polaris-guide-service-a/src/main/resources
polaris-guide-zuul/src/main/resources
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ spring.cloud.discovery.metadata.group=polaris-group
7
7
8
8
# Nepxion discovery config
9
9
# 启动和关闭Debug日志打印,注意:每调用一次都会打印一次,会对性能有所影响,建议压测环境和生产环境关闭。缺失则默认为false
10
- spring.application.strategy.logger.debug.enabled =true
10
+ # spring.application.strategy.logger.debug.enabled=true
11
11
12
12
# 开启Spring Boot 2.3.x优雅停机
13
13
server.shutdown =graceful
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ spring.application.name=polaris-service-a
3
3
4
4
# Nepxion discovery config
5
5
# 灰度路由策略的时候,需要指定对业务RestController类的扫描路径。此项配置作用于RPC方式的调用拦截、消费端的服务隔离和调用链三项功能
6
- spring.application.strategy.scan.packages =com.nepxion.polaris.guide.service
6
+ # spring.application.strategy.scan.packages=com.nepxion.polaris.guide.service
7
7
# 启动和关闭Debug日志打印,注意:每调用一次都会打印一次,会对性能有所影响,建议压测环境和生产环境关闭。缺失则默认为false
8
- spring.application.strategy.logger.debug.enabled =true
8
+ # spring.application.strategy.logger.debug.enabled=true
9
9
# 启动和关闭Header传递的Debug日志打印,注意:每调用一次都会打印一次,会对性能有所影响,建议压测环境和生产环境关闭。缺失则默认为false
10
- spring.application.strategy.rest.intercept.debug.enabled =true
10
+ # spring.application.strategy.rest.intercept.debug.enabled=true
11
11
12
12
# 启动和关闭Sentinel LimitApp限流等功能。缺失则默认为false
13
13
spring.application.strategy.service.sentinel.limit.app.enabled =true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ spring.cloud.discovery.metadata.group=polaris-group
7
7
8
8
# Nepxion discovery config
9
9
# 启动和关闭Debug日志打印,注意:每调用一次都会打印一次,会对性能有所影响,建议压测环境和生产环境关闭。缺失则默认为false
10
- spring.application.strategy.logger.debug.enabled =true
10
+ # spring.application.strategy.logger.debug.enabled=true
11
11
12
12
# 开启Spring Boot 2.3.x优雅停机
13
13
server.shutdown =graceful
You can’t perform that action at this time.
0 commit comments