| .. | .. |
|---|
| 68 | 68 | <artifactId>spring-boot-configuration-processor</artifactId> |
|---|
| 69 | 69 | <optional>true</optional> |
|---|
| 70 | 70 | </dependency> |
|---|
| 71 | | - |
|---|
| 71 | + <dependency> |
|---|
| 72 | + <groupId>org.springframework.boot</groupId> |
|---|
| 73 | + <artifactId>spring-boot-starter-mail</artifactId> |
|---|
| 74 | + </dependency> |
|---|
| 72 | 75 | <dependency> |
|---|
| 73 | 76 | <groupId>org.springframework.ws</groupId> |
|---|
| 74 | 77 | <artifactId>spring-ws-core</artifactId> |
|---|
| .. | .. |
|---|
| 136 | 139 | </includes> |
|---|
| 137 | 140 | </resource> |
|---|
| 138 | 141 | <resource> |
|---|
| 139 | | - <directory>src/main/resource</directory> |
|---|
| 142 | + <directory>src/main/resources</directory> |
|---|
| 140 | 143 | <includes> |
|---|
| 141 | | - <include>application.properties</include> |
|---|
| 144 | + <include>**/*</include> |
|---|
| 142 | 145 | </includes> |
|---|
| 143 | 146 | </resource> |
|---|
| 144 | 147 | </resources> |
|---|