Posts by Lucy Estela • 61 points
4 posts
-
1
votes0
answers85
viewsQ: Problems deploying to Heroku using Jenkins (CI) (Credentials)
Well I have a problem where I am not able to connect to the Heroku git server to be able to push to the server. I’m using Jenkins as an IC tool but I haven’t found a way to use credentials to…
-
0
votes1
answer468
viewsQ: Problem with Fetch Lazy [ Spring Boot ] [ Thymeleaf ]
Well I’m having a problem with my class at the Spring session Error: org.hibernate.LazyInitializationException: failed to lazily initialize I have a class that represents object in session and is…
spring-bootasked Lucy Estela 61 -
1
votes0
answers411
viewsQ: Spring Boot [ Maven (Multi-modules) ] Application management.properties
Well I have a little problem I have a project where I am using a project with Maven, Spring Boot. And inside the Maven I’m dividing the modules [multi-modules] as ex.: Persistence and Web The module…
-
4
votes1
answer622
viewsQ: Maven with Proguard
Well someone could explain to me how I can use Proguard in the Maven build to obfuscate the web project (War) in the direct deploy for Jetty? <project…