Leonardo Vannucci
2018-09-17 13c46f877d0540f22b16f80facd7e60de74490fa
dg1cloud-core/pom.xml
....@@ -68,7 +68,10 @@
6868 <artifactId>spring-boot-configuration-processor</artifactId>
6969 <optional>true</optional>
7070 </dependency>
71
-
71
+ <dependency>
72
+ <groupId>org.springframework.boot</groupId>
73
+ <artifactId>spring-boot-starter-mail</artifactId>
74
+ </dependency>
7275 <dependency>
7376 <groupId>org.springframework.ws</groupId>
7477 <artifactId>spring-ws-core</artifactId>
....@@ -136,9 +139,9 @@
136139 </includes>
137140 </resource>
138141 <resource>
139
- <directory>src/main/resource</directory>
142
+ <directory>src/main/resources</directory>
140143 <includes>
141
- <include>application.properties</include>
144
+ <include>**/*</include>
142145 </includes>
143146 </resource>
144147 </resources>