Commit 00e73be654ac005070e9222d59a5af0c9ec81499

Authored by 陶汉栋
1 parent 04eb646b
Exists in master

cloud/autho/pom.xml
@@ -19,11 +19,11 @@ @@ -19,11 +19,11 @@
19 <artifactId>common</artifactId> 19 <artifactId>common</artifactId>
20 <version>1.0.0</version> 20 <version>1.0.0</version>
21 </dependency> 21 </dependency>
22 - <dependency>  
23 - <groupId>org.springframework.boot</groupId>  
24 - <artifactId>spring-boot-starter-test</artifactId>  
25 - <scope>test</scope>  
26 - </dependency> 22 +<!-- <dependency>-->
  23 +<!-- <groupId>org.springframework.boot</groupId>-->
  24 +<!-- <artifactId>spring-boot-starter-test</artifactId>-->
  25 +<!-- <scope>test</scope>-->
  26 +<!-- </dependency>-->
27 <dependency> 27 <dependency>
28 <groupId>org.springframework.cloud</groupId> 28 <groupId>org.springframework.cloud</groupId>
29 <artifactId>spring-cloud-starter-feign</artifactId> 29 <artifactId>spring-cloud-starter-feign</artifactId>
@@ -69,7 +69,7 @@ @@ -69,7 +69,7 @@
69 69
70 <build> 70 <build>
71 <!--打包文件名--> 71 <!--打包文件名-->
72 - <finalName>autho</finalName> 72 + <finalName>quartz_server</finalName>
73 <!--打包方式--> 73 <!--打包方式-->
74 <plugins> 74 <plugins>
75 <!-- 设置编译版本 --> 75 <!-- 设置编译版本 -->
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 <configuration> 91 <configuration>
92 <archive> 92 <archive>
93 <manifest> 93 <manifest>
94 - <mainClass>com.sincere.autho.AuthoApplication</mainClass> 94 + <mainClass>com.sincere.userSearch.UserApplication</mainClass>
95 <addClasspath>true</addClasspath> 95 <addClasspath>true</addClasspath>
96 <classpathPrefix>lib/</classpathPrefix> 96 <classpathPrefix>lib/</classpathPrefix>
97 </manifest> 97 </manifest>
cloud/autho/src/main/resources/bootstrap.yml 0 → 100644
@@ -0,0 +1,24 @@ @@ -0,0 +1,24 @@
  1 +#端口
  2 +server:
  3 + port: 8761
  4 +# address: sincere.myjxt.com
  5 +
  6 +#服务名称
  7 +spring:
  8 + application:
  9 + name: eureka-server1
  10 + main:
  11 + allow-bean-definition-overriding: true
  12 +
  13 +
  14 +management:
  15 + endpoints:
  16 + web:
  17 + exposure:
  18 + include: "*"
  19 + endpoint:
  20 + health:
  21 + show-details: always
  22 +
  23 +
  24 +
0 \ No newline at end of file 25 \ No newline at end of file
cloud/user_search/pom.xml
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 67
68 <build> 68 <build>
69 <!--打包文件名--> 69 <!--打包文件名-->
70 - <finalName>user_search</finalName> 70 + <finalName>quartz_server</finalName>
71 <!--打包方式--> 71 <!--打包方式-->
72 <plugins> 72 <plugins>
73 <!-- 设置编译版本 --> 73 <!-- 设置编译版本 -->