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

proxyBeanMthods annotation error when running springboot application

I am trying to run my first springboot application but facing some issues. In my application file, this is my …

java spring spring-boot spring-boot-maven-plugin
Spring Boot With Maven Shade Plugin - Controllers not mapped (404 Error)

For my Spring boot application with embedded tomcat, due to some limitation I need to do away with spring-boot-maven-plugin and …

spring-boot maven-shade-plugin spring-boot-maven-plugin
spring-boot-maven-plugin doesn't create fat jar

I'm using spring-boot-maven-plugin to package my REST service. I'm building the jar using mvn clean install or mvn clean package. …

java maven spring-boot spring-boot-maven-plugin
Spring boot jpa tool is not available in STS(Spring Tool Suite) for converting tables to entities

Here i am working in Spring boot in Spring tool Suite.I want to convert an Oracle databse tables to …

jpa spring-boot-maven-plugin
Import spring boot app into another project

So I am attempting to add a spring boot executable jar as a dependency in another project (Testing framework). However …

maven spring-boot spring-boot-maven-plugin
Spring Boot command line property not overriding property defined in application.properties

I have created a Spring Boot app which uses a legacy library. This legacy library defines a number of Spring …

java spring spring-boot spring-boot-maven-plugin spring-properties
SpringBoot fully executable jar without dependencies inside

NOTE: Please, before marking this question as a duplicate make sure you know the difference between executable JAR and fully …

java maven spring-boot executable-jar spring-boot-maven-plugin
Spring Boot Maven Plugin Include Resources

Example Is it possible to somehow configure the spring boot maven plugin to include resources from a dependency. E.g. …

maven spring-boot spring-boot-maven-plugin
Spring Boot + Elastic Beanstalk .ebextensions in JAR

I have a very standard Spring Boot application (with a application.properties properties file located in standard /src/main/resources …

spring-boot amazon-elastic-beanstalk spring-boot-maven-plugin