Use this tag for questions related to Spring Boot Maven Plugin that allows to package executable jar or war archives and run an application “in-place”.
I have a Spring Boot application and I have created a Jar out of that. Following is my pom.xml: &…
maven spring-boot jar spring-boot-maven-pluginI'm trying to load properties from pom.xml into application.properties. I want to create two profiles: dev and prod …
spring maven spring-boot spring-boot-maven-pluginI am using Spring-Boot v1.3.0.M5 with Maven v3.3.3. I used to be able to run my Spring Boot (boot) …
java spring maven spring-boot spring-boot-maven-pluginI see a lot of questions on stackoverflow on this. But still I'm not able to know what is the …
maven spring-boot maven-plugin spring-boot-maven-pluginWhen running my jar file : java -jar target/places-1.0-SNAPSHOT.jar I'm getting the next error : no main manifest attribute, …
java maven spring-boot manifest spring-boot-maven-pluginIn my project I want to use environment specific property file. For example if I am running it into development …
spring-boot spring-boot-maven-pluginI m using Spring Boot 2.0.0.BUILD-SNAPSHOT. I have a problem when autowiring JavaMailSender or JavaMailSenderImpl. If i configure @Autowired for …
spring spring-mvc spring-boot spring-boot-maven-pluginI am using Netbeans 8.2 to develop Spring applications. This specific app with which I am having trouble is a Spring …
java maven spring-boot netbeans spring-boot-maven-pluginBetween version 1.3.8.RELEASE of the spring-boot-maven-plugin and version 1.4.0.RELEASE - there has been a change in the generated package structure (…
java spring maven spring-boot spring-boot-maven-pluginI have a spring-boot based application, and the pom.xml file is configured as below. <?xml version="1.0" encoding="UTF-8"?&…
java spring-boot integration-testing maven-failsafe-plugin spring-boot-maven-plugin