|
@@ -13,12 +13,12 @@ eureka:
|
|
|
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
|
|
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
|
|
|
|
|
|
|
|
|
|
|
|
|
-logging:
|
|
|
|
|
- file: logs/eureka.log
|
|
|
|
|
- level:
|
|
|
|
|
- org:
|
|
|
|
|
- springframework:
|
|
|
|
|
- web: DEBUG
|
|
|
|
|
|
|
+#logging:
|
|
|
|
|
+# file: logs/eureka.log
|
|
|
|
|
+# level:
|
|
|
|
|
+# org:
|
|
|
|
|
+# springframework:
|
|
|
|
|
+# web: DEBUG
|
|
|
|
|
|
|
|
# 参考文档:http://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html#_standalone_mode
|
|
# 参考文档:http://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html#_standalone_mode
|
|
|
# 参考文档:http://my.oschina.net/buwei/blog/618756
|
|
# 参考文档:http://my.oschina.net/buwei/blog/618756
|