@@ -1,5 +1,8 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
||||
<envs>
|
||||
<env name="EUREKA" value="http://localhost:8761/eureka" />
|
||||
</envs>
|
||||
<module name="timezone-service" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="dev.mars3142.fhq.timezone_service.Application" />
|
||||
<method v="2">
|
||||
|
@@ -3,7 +3,7 @@ eureka:
|
||||
register-with-eureka: true
|
||||
fetch-registry: true
|
||||
service-url:
|
||||
defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}
|
||||
defaultZone: ${EUREKA}
|
||||
|
||||
spring:
|
||||
application:
|
||||
|
Reference in New Issue
Block a user