Questions tagged [spring-boot-maven-plugin]

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

Maven plugin provided by the Spring Boot framework that allows you to package executable jar or war archives and run an application “in-place”.

525 questions
-1
votes
1 answer

Unable to deploy Spring-boot app to Azure App Service

This is my first time deploying to Azure. I have been trying to deploy my spring-boot app to Azure App service. I have followed all these steps... az login az ad sp create-for-rbac --name "app-name" --password "password" update settings.xml mvn…
Shabs
  • 9
  • 1
  • 4
-1
votes
1 answer

Exception in thread "main" java.lang.IllegalArgumentException: No auto configuration classes found in META-INF/spring.factories

I am facing issue with exporting JAR as runnable from Eclipse. Tried with maven plugin, spring-boot plugin & simple java project export. However, it shows spring.factories file related error. I have already copied and pasted it in the required…
-1
votes
1 answer

Maven don't build *.jar inside docker container. Why?

If i delete "/target" folder in project, it run error. Images: [project directory][1] [docker file][2] [error][3] [1]: https://i.stack.imgur.com/ti3j4.png [2]: https://i.stack.imgur.com/tR11Y.png [3]: https://i.stack.imgur.com/j98Oj.png
Mikhail
  • 1
  • 2
-1
votes
1 answer

cannot resolve the issue with sql exception while adding user and role with spring security

AppConfiguration class package com.access6; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import…
-1
votes
2 answers

Spring boot 2.1.7 having tomcat-embed-core conflit

I am migrating existing Spring project into Spring boot.unable to run spring boot application its showing following error. The error log says there is a conflict on tomcat-embed-core. In eclipse Dependency hierarchy of porm.xml is given below i …
arj
  • 887
  • 1
  • 15
  • 37
-1
votes
1 answer

Cannot package jar with dependencies Spring-boot after installing plugin

I cannot package the jar with dependencies even after adding the plugin to pom.xml. Please suggest. My pom.xml
A.Dev
  • 569
  • 1
  • 5
  • 19
-1
votes
1 answer

is it possible to integrate the angular project and spring boot project in one

https://dzone.com/articles/angular-2-and-spring-boot-development-environment According to the above link i have created and deployed the server and client side war files individually and its working fine. But I want both the client and server side…
-2
votes
1 answer

Why display an error on the registration form for the "password field"?

enter image description here I am trying to develop a registration form. But display an error when loading the page. after commented input field, that error is not displayed. What is the solution for that? (Spring Boot, Bootstrap, ) pom.xml
tricks. com
  • 45
  • 1
  • 6
-2
votes
2 answers

Tomcat started on port(s): 8080 but getting 404

I am trying to run a simple spring-boot application but every time I am getting 404. Even with the simple setting and no code. any clue what am I missing to run this application?
As3Script
  • 137
  • 4
  • 16
-2
votes
1 answer

Adding properties to Spring Boot application.yml file at the maven build time

I have the use case in which I need to write some properties to the spring boot application.yml file for each Spring boot profile at the maven build time. Input(application.yml) : spring: profiles: ED eureka: client: enabled: true …
-2
votes
1 answer

Implementing a background service that sends out reminders based on the reminder time and user authentication using a token-based mechanism.

I am pretty new to Spring Boot, and working on developing a mini application for myself, that will able to implement a service that provides a set of APIs for managing a set of calendars for different users. I am using STS IDE for this project and…
-3
votes
1 answer

Failed to determine a suitable driver class- Springboot 2.7.9

Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
-3
votes
1 answer

Unable to download maven dependencies in intellij

When I try to download maven dependencies using mvn clean install in intellij facing this issue. [ERROR] Failed to execute goal on project IAPORTAL: Could not resolve dependencies for project SAMPLE:SAMPLE:war:${bambooBuildNumber}: Failed to collect…
-5
votes
0 answers

How to remove all of thing about Bean from Spring.?

When I try find the way to control the .properties file when running Maven Selenium testing, I has installed Spring Boost Dashboard extension. When I 'run with profile' on it, this extension required using Bean xml and install it by click 'Yes'.…
1 2 3
34
35