Commit 00e73be654ac005070e9222d59a5af0c9ec81499
1 parent
04eb646b
Exists in
master
无
Showing
3 changed files
with
32 additions
and
8 deletions
Show diff stats
cloud/autho/pom.xml
| ... | ... | @@ -19,11 +19,11 @@ |
| 19 | 19 | <artifactId>common</artifactId> |
| 20 | 20 | <version>1.0.0</version> |
| 21 | 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 | 27 | <dependency> |
| 28 | 28 | <groupId>org.springframework.cloud</groupId> |
| 29 | 29 | <artifactId>spring-cloud-starter-feign</artifactId> |
| ... | ... | @@ -69,7 +69,7 @@ |
| 69 | 69 | |
| 70 | 70 | <build> |
| 71 | 71 | <!--打包文件名--> |
| 72 | - <finalName>autho</finalName> | |
| 72 | + <finalName>quartz_server</finalName> | |
| 73 | 73 | <!--打包方式--> |
| 74 | 74 | <plugins> |
| 75 | 75 | <!-- 设置编译版本 --> |
| ... | ... | @@ -91,7 +91,7 @@ |
| 91 | 91 | <configuration> |
| 92 | 92 | <archive> |
| 93 | 93 | <manifest> |
| 94 | - <mainClass>com.sincere.autho.AuthoApplication</mainClass> | |
| 94 | + <mainClass>com.sincere.userSearch.UserApplication</mainClass> | |
| 95 | 95 | <addClasspath>true</addClasspath> |
| 96 | 96 | <classpathPrefix>lib/</classpathPrefix> |
| 97 | 97 | </manifest> | ... | ... |
| ... | ... | @@ -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 | 25 | \ No newline at end of file | ... | ... |