Questions tagged as 'maven'

2
answers

Error trying to connect to a PostgreSQL database with Hibernate and Spring Boot

I am a beginner in Spring Boot and Hibernate, I did a project in the Spring Initializr with only the dependencies Web, DevTools e PostgreSQL , but then I added the dependency spring-boot-starter-data-jpa , I was following some tuto...
asked by 19.09.2018 / 03:12
0
answers

Execution defined in pom is not performed when publishing project in Eclipse

I defined in the POM of my project the following plugin in the build: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version>...
asked by 28.06.2018 / 16:34
0
answers

Jaas does not work with macat plugin from tomcat7

I'm using JAAS for the security of my webapp . I only declare a JDBCRealm of normal Tomcat, passing the bank credentials ... it follows context.xml with the declaration of Realm: context.xml <?xml version='1.0' en...
asked by 21.05.2018 / 20:44
2
answers

Problems with JARs

I'm running a Spring application that uses Maven. All dependencies are in the pom.xml file or the JARs are in my% repository% local. Every time I try to run the application the following messages appear: The Class-Path manifest attribut...
asked by 23.02.2018 / 15:41
0
answers

Problem starting tomcat

Good afternoon I have the following problem on my production server. I have already installed tomcat 8 and 9 to test, JDK 8, set everything right (I believe) and one of my projects does not go up. The strange thing that the WAR generated with...
asked by 14.12.2017 / 17:44
0
answers

configuration methods do not work in Maven project with Spring-boot

I have the 3 classes that transcribed the code. the run method in boot starta my application. the other two classes are in the package containing the settings. I am using spring boot and I have a pom file with several dependencies, basic boot st...
asked by 09.12.2017 / 14:34
0
answers

Maven - What is the difference between plugin and dependency?

What is the difference between dependency and plugin on maven?     
asked by 02.10.2017 / 01:36
0
answers

liquibase: diff always generates indexes

I am using spring-boot with the liquibase-maven-plugin plugin to generate database changes according to my classes, but the "mvn compile liquibase: diff" command always generates removals and inclusions of indexes and foreign keys even that the...
asked by 01.09.2017 / 13:27
0
answers

Error converting java project with jersey to maven

I created a project with angular and WS REST using Jersey. It was running normal until I was converting the pro project to Maven. When I try to upload the project, I'm having the following errors:    Missing dependency for constructor public...
asked by 16.06.2017 / 20:35
1
answer

Spring XML location in a Maven project

In a Maven project, where do I put the Spring file, spring-context.xml ?     
asked by 04.05.2017 / 18:39