Top "Spring-boot-maven-plugin" questions

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”.

How to add a dependency to a Spring Boot Jar in another project?

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-plugin
Using Maven properties in application.properties in Spring Boot

I'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-plugin
resources in a Spring Boot application are missing from jar file when using Spring Boot Maven Plugin

I 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-plugin
"cannot find symbol" error in maven

I 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-plugin
SpringBoot no main manifest attribute (maven)

When 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-plugin
Springboot not loading application.dev.properties file

In my project I want to use environment specific property file. For example if I am running it into development …

spring-boot spring-boot-maven-plugin
SpringBoot Application Startup Failed due to autowire JavaMailSender - version 2.0.0-snapshot

I 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-plugin
Spring Boot add files to classpath from command line execution

I 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-plugin
Spring Boot Maven Plugin - No BOOT-INF directory

Between 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-plugin
How to run integration test of a spring-boot based application through maven-failsafe-plugin?

I 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