Explorar o código

提交配置修改

wangchangsheng %!s(int64=3) %!d(string=hai) anos
pai
achega
f965358108

+ 4 - 2
src/main/resources/application-dev.yml

@@ -11,7 +11,8 @@ spring:
 #        username: root
 #        password: 123456
 
-        url: jdbc:oracle:thin:@49.4.50.80:1521:gdnxfd
+        #url: jdbc:oracle:thin:@49.4.50.80:1521:gdnxfd
+        url: jdbc:oracle:thin:@192.168.1.105:1521:gdnxfd
         username: nxfdprod
         password: gdnxfd123
         driver-class-name: oracle.jdbc.driver.OracleDriver
@@ -23,7 +24,8 @@ spring:
         password: root
       #两票数据源
      ticket:
-       url: jdbc:sqlserver://49.4.50.80:1433;DatabaseName=fdeam
+       #url: jdbc:sqlserver://49.4.50.80:1433;DatabaseName=fdeam
+       url: jdbc:sqlserver://10.155.32.2:1433;DatabaseName=fdeam
        username: sa
        password: Gyee@321#!
        driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

+ 7 - 7
src/main/resources/application.yml

@@ -26,14 +26,14 @@ gyee:
   #漂亮得拖动验证码 默认false普通验证码、true滚动验证码
   rollVerification: true
   #实时数据库Url
-  baseurl: http://49.4.50.80:8011/ts
-#  baseurl: http://10.155.32.4:8011/ts
+  #baseurl: http://49.4.50.80:8011/ts
+  baseurl: http://10.155.32.4:8011/ts
   #API访问ip
-  swaggerip: 49.4.50.80:8082
-#  swaggerip: 10.155.32.4:8082
+  #swaggerip: 49.4.50.80:8082
+  swaggerip: 10.155.32.4:8082
   #默认小数位数
   digit: 2
-  realtimedataBase: hwy
+  realtimedataBase: golden #数据查询模式 golden、hwy
 #tomcat config
 server :
   port : 8082
@@ -91,8 +91,8 @@ spring :
     date-format: yyyy-MM-dd HH:mm:ss
   redis:
     database: 1
-    host: 49.4.50.80
-#    host: 10.155.32.4
+#    host: 49.4.50.80
+    host: 10.155.32.4
     password: gdnxfd123
     pool:
       maxTotal: 20

+ 1 - 1
src/main/resources/mybatis-generator.xml

@@ -53,7 +53,7 @@
 <!--        </jdbcConnection>-->
         <jdbcConnection
                 driverClass="oracle.jdbc.driver.OracleDriver"
-                connectionURL="jdbc:oracle:thin:@49.4.50.80:1521:gdnxfd"
+                connectionURL="jdbc:oracle:thin:@192.168.1.105:1521:gdnxfd"
                 userId="nxfdprod"
                 password="gdnxfd123">
         </jdbcConnection>