作者 zhangFan

Merge remote-tracking branch 'origin/HQPT_USER' into HQPT_USER

@@ -20,6 +20,7 @@ spring: @@ -20,6 +20,7 @@ spring:
20 name: hqpt-user-center 20 name: hqpt-user-center
21 redis: 21 redis:
22 host: 192.168.1.53 22 host: 192.168.1.53
  23 +# host: 192.168.43.78
23 port: 6379 24 port: 6379
24 jackson: 25 jackson:
25 serialization: 26 serialization:
@@ -89,6 +90,7 @@ eureka: @@ -89,6 +90,7 @@ eureka:
89 #eureka注册中心服务器地址 90 #eureka注册中心服务器地址
90 service-url: 91 service-url:
91 defaultZone: http://192.168.1.53:12345/eureka/ 92 defaultZone: http://192.168.1.53:12345/eureka/
  93 +# defaultZone: http://192.168.43.78:12345/eureka/
92 registry-fetch-interval-seconds: 30 94 registry-fetch-interval-seconds: 30
93 lease-renewal-interval-in-seconds: 15 95 lease-renewal-interval-in-seconds: 15
94 lease-expiration-duration-in-seconds: 45 96 lease-expiration-duration-in-seconds: 45
@@ -52,6 +52,10 @@ @@ -52,6 +52,10 @@
52 </dependency> 52 </dependency>
53 <dependency> 53 <dependency>
54 <groupId>org.springframework.boot</groupId> 54 <groupId>org.springframework.boot</groupId>
  55 + <artifactId>spring-boot-starter-data-redis</artifactId>
  56 + </dependency>
  57 + <dependency>
  58 + <groupId>org.springframework.boot</groupId>
55 <artifactId>spring-boot-configuration-processor</artifactId> 59 <artifactId>spring-boot-configuration-processor</artifactId>
56 <optional>true</optional> 60 <optional>true</optional>
57 </dependency> 61 </dependency>
@@ -174,11 +178,11 @@ @@ -174,11 +178,11 @@
174 <artifactId>mysql-connector-java</artifactId> 178 <artifactId>mysql-connector-java</artifactId>
175 </dependency> 179 </dependency>
176 <!-- oracle--> 180 <!-- oracle-->
177 - <dependency>  
178 - <groupId>com.oracle</groupId>  
179 - <artifactId>ojdbc6</artifactId>  
180 - <version>11.2.0.4.0-atlassian-hosted</version>  
181 - </dependency> 181 + <!--<dependency>-->
  182 + <!--<groupId>com.oracle</groupId>-->
  183 + <!--<artifactId>ojdbc6</artifactId>-->
  184 + <!--<version>11.2.0.4.0-atlassian-hosted</version>-->
  185 + <!--</dependency>-->
182 <!--分页插件--> 186 <!--分页插件-->
183 <dependency> 187 <dependency>
184 <groupId>com.github.pagehelper</groupId> 188 <groupId>com.github.pagehelper</groupId>