Bladeren bron

初始化system 天津项目

larry 5 jaren geleden
bovenliggende
commit
7c6dce20e6
3 gewijzigde bestanden met toevoegingen van 12 en 2 verwijderingen
  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
 <<<<<<< HEAD
1
 <<<<<<< HEAD
2
+<<<<<<< HEAD
2
 /target/
3
 /target/
3
 =======
4
 =======
5
+=======
6
+>>>>>>> 3e349fca8e783c1333308aefe20ae9516eb3eda0
4
 # ---> Java
7
 # ---> Java
5
 *.class
8
 *.class
6
 
9
 
@@ -15,4 +18,7 @@
15
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
18
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
16
 hs_err_pid*
19
 hs_err_pid*
17
 
20
 
21
+<<<<<<< HEAD
18
 >>>>>>> 5911ff09caeabdbf11316a9f2fe210b114841c91
22
 >>>>>>> 5911ff09caeabdbf11316a9f2fe210b114841c91
23
+=======
24
+>>>>>>> 3e349fca8e783c1333308aefe20ae9516eb3eda0

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
1
 # depot-system-tianjin
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
 mybatis.config-location=classpath:mybatis/mybatis-config.xml
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
 eureka.instance.prefer-ip-address=true
14
 eureka.instance.prefer-ip-address=true
15
 
15
 
16
 # 每隔10s发送一次心跳(默认30s)
16
 # 每隔10s发送一次心跳(默认30s)