eureka、feign整合

yun-zuoyi
frin.fei 7 years ago
commit b030508da1

@ -121,6 +121,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- JavaMail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
</dependencies>
<build>

@ -170,6 +170,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- JavaMail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.7</version>
</dependency>
</dependencies>
</dependencyManagement>

Loading…
Cancel
Save