zhuwei 11 miesięcy temu
rodzic
commit
d488c09673
3 zmienionych plików z 15 dodań i 1 usunięć
  1. 8 0
      .idea/.gitignore
  2. 6 0
      .idea/vcs.xml
  3. 1 1
      src/main/resources/application-dev.yml

+ 8 - 0
.idea/.gitignore

@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

+ 1 - 1
src/main/resources/application-dev.yml

@@ -17,7 +17,7 @@ spring:
     # MySql
     url: jdbc:mysql://192.168.0.107:3308/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
     username: bladex_boot
-    password: RBBGmZS78Knjd75R
+    password: CbcdLNapTNHHwRrs
     # PostgreSQL
     #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
     #username: postgres