I have a very standard Spring Boot application (with a application.properties
properties file located in standard /src/main/resources
folder) which I\'
Here is a pom snippet that'll make it work for a JAR:
org.springframework.boot
spring-boot-maven-plugin
src/main/resources/ebextensions
.ebextensions
true
${basedir}/src/main/resources
true
**/application*.yml
**/application*.properties
${basedir}/src/main/resources
**/application*.yml
**/application*.properties
It just works in the same way as moving .ebextensions to root in .war file
Actually I uploaded the sample to this repo. Just do a mvn package