testing cloud configurations

This commit is contained in:
Szakalakamaka
2020-10-15 14:44:00 +02:00
parent 054c9c3d08
commit 3ea8e52591
5 changed files with 25 additions and 20 deletions

39
.idea/workspace.xml generated
View File

@@ -24,7 +24,6 @@
<component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -264,20 +263,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00062" summary="clean before the build">
<created>1601300898190</created>
<option name="number" value="00062" />
<option name="presentableId" value="LOCAL-00062" />
<option name="project" value="LOCAL" />
<updated>1601300898190</updated>
</task>
<task id="LOCAL-00063" summary="clean before the build">
<created>1601301048201</created>
<option name="number" value="00063" />
<option name="presentableId" value="LOCAL-00063" />
<option name="project" value="LOCAL" />
<updated>1601301048201</updated>
</task>
<task id="LOCAL-00064" summary="jenkins - testing remote deploy">
<created>1601370283197</created>
<option name="number" value="00064" />
@@ -607,7 +592,21 @@
<option name="project" value="LOCAL" />
<updated>1602761543559</updated>
</task>
<option name="localTasksCounter" value="111" />
<task id="LOCAL-00111" summary="testing cloud configurations">
<created>1602762547538</created>
<option name="number" value="00111" />
<option name="presentableId" value="LOCAL-00111" />
<option name="project" value="LOCAL" />
<updated>1602762547538</updated>
</task>
<task id="LOCAL-00112" summary="testing cloud configurations">
<created>1602762821493</created>
<option name="number" value="00112" />
<option name="presentableId" value="LOCAL-00112" />
<option name="project" value="LOCAL" />
<updated>1602762821493</updated>
</task>
<option name="localTasksCounter" value="113" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -685,6 +684,10 @@
</state>
<state x="499" y="159" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1599721825830" />
<state x="499" y="159" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog/0.0.1536.824@0.0.1536.824" timestamp="1598966629552" />
<state x="2157" y="124" key="DiffContextDialog" timestamp="1602762554132">
<screen x="1920" y="0" width="1920" height="1160" />
</state>
<state x="2157" y="124" key="DiffContextDialog/0.0.1536.824/1920.0.1920.1160@1920.0.1920.1160" timestamp="1602762554132" />
<state x="508" y="128" width="904" height="610" key="EnvironmentVariablesDialog" timestamp="1601384219062">
<screen x="0" y="0" width="1536" height="824" />
</state>
@@ -777,14 +780,14 @@
</state>
<state x="277" y="57" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600935670743" />
<state x="277" y="57" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1601975962923" />
<state x="2371" y="204" key="Vcs.Push.Dialog.v2" timestamp="1602761550433">
<state x="2371" y="204" key="Vcs.Push.Dialog.v2" timestamp="1602762822958">
<screen x="1920" y="0" width="1920" height="1160" />
</state>
<state x="451" y="183" key="Vcs.Push.Dialog.v2/-1920.0.1536.832/0.0.1920.1040@0.0.1920.1040" timestamp="1600275760386" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600350277680" />
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1602255416393" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1160@0.0.1536.824" timestamp="1602760823931" />
<state x="2371" y="204" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1160@1920.0.1920.1160" timestamp="1602761550433" />
<state x="2371" y="204" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1160@1920.0.1920.1160" timestamp="1602762822958" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1602145235569" />
<state width="968" height="528" key="XDebugger.FullValuePopup" timestamp="1602076898344">
<screen x="1920" y="0" width="1920" height="1040" />

View File

@@ -3,6 +3,7 @@ server.port = 8097
spring.application.name = klaus
spring.profiles.active = DEV
eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/
#logging:
spring.output.ansi.enabled = always

View File

@@ -14,5 +14,5 @@ eureka.instance.preferIpAddress = true
eureka.instance.hostname = klaus
eureka.client.registerWithEureka = true
eureka.client.fetchRegistry = true
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/

View File

@@ -3,6 +3,7 @@ server.port = 8097
spring.application.name = klaus
spring.profiles.active = DEV
eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/
#logging:
spring.output.ansi.enabled = always

View File

@@ -14,5 +14,5 @@ eureka.instance.preferIpAddress = true
eureka.instance.hostname = klaus
eureka.client.registerWithEureka = true
eureka.client.fetchRegistry = true
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/