Questions tagged [spring-boot-gradle-plugin]

The Spring Boot Gradle Plugin provides Spring Boot support in Gradle, allowing you to package executable jar or war archives, run Spring Boot applications and use the dependency management provided by spring-boot-dependencies.

206 questions
0
votes
1 answer

spring-boot-gradle-plugin breaks dependency cache strategy

My project depends a changing module(foo, a maven SNAPSHOT dependency) for debug, foo is always changing. After i add apply plugin 'spring-boot', foo is cached for a long long time. what should i do to let changing module works fine with spring-boot…
isaac
  • 13
  • 5
0
votes
1 answer

conflicts between spring-mongo and spring-cassandra

1.Work well with spring-mongo in microservice. 2.Work well with spring-cassandra in microservice. build project with gradle. but when i add spring-cassandra into spring-mongo,there are errors.even just import spring-cassandra dependencies,without…
Code Stone
  • 129
  • 3
  • 12
0
votes
1 answer

Neo4j-Ogm with Spring Boot: Classpath scanning doesn't find DomainEntities when deployed as runnable jar

I am in the process of migrating an existing app from Spring-Data-Neo4j 3.x to 4.1 using neo4j-ogm 2.0.4. After overcoming some obstacles, it is now running fine when launched directly from IDE. However it doesn't find any DomainEntities when I run…
0
votes
1 answer

Grails 3 war -Inline plugin issues

I am trying to war the grails 3.1.9 application with inline plugin , its throwing an error saying "java.lang.IllegalStateException: Unable to rename 'C:\test\grails_demo\plugins\grails_demo_plugin\build\libs\grails_demo_plugin-0.1.jar' to…
vicky
  • 2,119
  • 4
  • 18
  • 32
0
votes
1 answer

How do i pass constant values from tomcat to war file(i.e. based upon spring-boot )?

After lot of online search & tried lot of experiments. finally i didn't get any of the link which can full-fill my requirement, so finally I choose this platform. Note : I am using Spring-Boot Maven Project & Tomcat 7.0.62 version & JDK…
0
votes
1 answer

Caused by: java.lang.ClassNotFoundException: org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter

I am using spring Boot.I created Spring boot gradle application.I got following error. Caused by: java.lang.ClassNotFoundException: org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter build.gradle buildscript { ext…
user5863037
  • 79
  • 1
  • 2
  • 16
0
votes
1 answer

Packaged application is not working when command prompt is closed

I was using spring boot for my application. I deployed the jar file using the command java -jar ...jarname.jar. it's working only when the command prompt or putty is open. when I close the command prompt or putty and trying to access the service, I…
Prithivi Raj
  • 2,658
  • 1
  • 19
  • 34
0
votes
1 answer

Cannot install a spring-boot fat jar to a maven repository using gradle

I wrote a spring-boot application with gradle and it runs properly. I build a fat jar using bootRepackage, I added the maven plugin so I can install the jars. The problem is that I can't install the fat jar to the maven repository. "bootRepackage"…
0
votes
2 answers

Vaadin + springBoot: IllegalStateException on Build

I am working on a Vaadin application bootstrapped with springBoot. When I tried to build the application this morning (without performing any changes since the last successful build), i got the following stacktrace: Using Gradle Vaadin Plugin…
ACB
  • 125
  • 8
0
votes
1 answer

Spring Cloud Angel.SR4 And Grails 3.0.9 Don't Work

Maybe you could help me with this problem: I am creating a Grails project version 3.0.10, and want this project to work as a Eureka Client. I am using Spring Boot 1.3.1.RELEASE and I am trying to use Spring Cloud Angel.SR4 Version. I have a Java…
-1
votes
1 answer

SpringBoot src [main] issue

Does anyone know why this would be happening? Other projects I have show src -> main as bolded. [g I have tried unmarked directories and recreating the source directory as java as I was having a separate issue.
colby
  • 1
  • 1
1 2 3
13
14