2016-09-02 02:32:12 -04:00
|
|
|
spring.application.name=resource
|
|
|
|
server.port=8083
|
|
|
|
|
|
|
|
resource.returnString=hello cloud
|
2016-10-18 20:44:43 -04:00
|
|
|
resource.user.returnString=hello cloud user
|
|
|
|
resource.admin.returnString=hello cloud admin
|
2016-09-02 02:32:12 -04:00
|
|
|
|
|
|
|
eureka.client.region = default
|
|
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
2016-10-18 20:44:43 -04:00
|
|
|
|
2016-10-18 23:08:41 -04:00
|
|
|
management.security.sessions=never
|
|
|
|
|
|
|
|
logging.level.org.springframework.web.=debug
|
|
|
|
logging.level.org.springframework.security=debug
|
|
|
|
|
2016-10-18 20:44:43 -04:00
|
|
|
spring.redis.host=localhost
|
|
|
|
spring.redis.port=6379
|