Selaa lähdekoodia

初始化system 天津项目

larry 5 vuotta sitten
vanhempi
commit
7c6dce20e6
3 muutettua tiedostoa jossa 12 lisäystä ja 2 poistoa
  1. 6 0
      .gitignore
  2. 5 1
      README.md
  3. 1 1
      src/main/resources/application.properties

+ 6 - 0
.gitignore

@@ -1,6 +1,9 @@
1 1
 <<<<<<< HEAD
2
+<<<<<<< HEAD
2 3
 /target/
3 4
 =======
5
+=======
6
+>>>>>>> 3e349fca8e783c1333308aefe20ae9516eb3eda0
4 7
 # ---> Java
5 8
 *.class
6 9
 
@@ -15,4 +18,7 @@
15 18
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
16 19
 hs_err_pid*
17 20
 
21
+<<<<<<< HEAD
18 22
 >>>>>>> 5911ff09caeabdbf11316a9f2fe210b114841c91
23
+=======
24
+>>>>>>> 3e349fca8e783c1333308aefe20ae9516eb3eda0

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
1 1
 # depot-system-tianjin
2 2
 
3
-系统管理
3
+<<<<<<< HEAD
4
+系统管理
5
+=======
6
+初始化天津项目--system
7
+>>>>>>> 3e349fca8e783c1333308aefe20ae9516eb3eda0

+ 1 - 1
src/main/resources/application.properties

@@ -10,7 +10,7 @@ spring.datasource.driverClassName=com.gbasedbt.jdbc.IfxDriver
10 10
 mybatis.config-location=classpath:mybatis/mybatis-config.xml
11 11
 
12 12
 
13
-eureka.client.serviceUrl.defaultZone=http://172.16.0.4:9811/eureka/
13
+eureka.client.serviceUrl.defaultZone=http://172.16.0.4:9811/eureka/-
14 14
 eureka.instance.prefer-ip-address=true
15 15
 
16 16
 # 每隔10s发送一次心跳(默认30s)