Commit 43474e5e authored by 钟宇基's avatar 钟宇基

CI

parent f7506e65
Pipeline #9056 passed with stages
in 1 minute 9 seconds
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="498b7285-7276-4b9f-bfff-aa05c2b34128" name="Default" comment="" /> <list default="true" id="498b7285-7276-4b9f-bfff-aa05c2b34128" name="Default" comment="">
<change beforePath="$PROJECT_DIR$/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
</list>
<ignored path="$PROJECT_DIR$/target/" /> <ignored path="$PROJECT_DIR$/target/" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" /> <option name="TRACKING_ENABLED" value="true" />
...@@ -34,7 +36,7 @@ ...@@ -34,7 +36,7 @@
<entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml"> <entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114"> <state relative-caret-position="114">
<caret line="6" column="22" selection-start-line="6" selection-start-column="22" selection-end-line="6" selection-end-column="22" /> <caret line="6" column="26" selection-start-line="6" selection-start-column="26" selection-end-line="6" selection-end-column="26" />
</state> </state>
</provider> </provider>
</entry> </entry>
...@@ -54,6 +56,7 @@ ...@@ -54,6 +56,7 @@
<list> <list>
<option value="$PROJECT_DIR$/.gitlab-ci.yml" /> <option value="$PROJECT_DIR$/.gitlab-ci.yml" />
<option value="$PROJECT_DIR$/src/main/resources/application-test.yml" /> <option value="$PROJECT_DIR$/src/main/resources/application-test.yml" />
<option value="$PROJECT_DIR$/src/main/resources/application-dev.yml" />
</list> </list>
</option> </option>
</component> </component>
...@@ -215,12 +218,12 @@ ...@@ -215,12 +218,12 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1621327508006</updated> <updated>1621327508006</updated>
<workItem from="1621327509366" duration="1629000" /> <workItem from="1621327509366" duration="1881000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="1629000" /> <option name="totallyTimeSpent" value="1881000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="-7" y="-7" width="1455" height="935" extended-state="6" /> <frame x="-7" y="-7" width="1455" height="935" extended-state="6" />
...@@ -289,7 +292,7 @@ ...@@ -289,7 +292,7 @@
<entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml"> <entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114"> <state relative-caret-position="114">
<caret line="6" column="22" selection-start-line="6" selection-start-column="22" selection-end-line="6" selection-end-column="22" /> <caret line="6" column="26" selection-start-line="6" selection-start-column="26" selection-end-line="6" selection-end-column="26" />
</state> </state>
</provider> </provider>
</entry> </entry>
......
...@@ -4,4 +4,4 @@ spring: ...@@ -4,4 +4,4 @@ spring:
password: Test123! password: Test123!
url: jdbc:mysql://${MYSQL_HOST:116.63.67.122}:${MYSQL_PORT:3306}/${MYSQL_DB:slm_bi}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true url: jdbc:mysql://${MYSQL_HOST:116.63.67.122}:${MYSQL_PORT:3306}/${MYSQL_DB:slm_bi}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
dc_client: dc_client:
host: http://syc-dev-002:2400/dc #http://139.9.194.252:2400/dc # http://192.168.0.3:2400/dc # http://apidev.sycdev.com/dc host: http://data-center:2400/dc #http://139.9.194.252:2400/dc # http://192.168.0.3:2400/dc # http://apidev.sycdev.com/dc
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment