Java web application goes down
I have developed a web app using Java and Spring Boot, utilizing many libraries. Everything was working well, but now that it’s in production, it goes down frequently. I don’t know what is going wrong. I have increased the heap size and also increased the number of active database connections to 1000.
Where is the pdf version of the latest springboot development document
I want to see the latest version of springboot development documentation, but have been looking for a long time did not find the offline version, is not provided offline version
Spring Boot Properties Files
In my Spring Boot application, I have two properties files. One is located in src/main/resources/application.properties and the other properties file is in src/test/resources/application.properties.
Springboot can’t locate my com.example.domain.User.java
I’m starting my first springboot project and all was okay untill I found this issue:
Failed to run spring boot application
Error starting ApplicationContext. To display the condition evaluation report re-run your application with ‘debug’ enabled.
2024-07-03T18:46:28.480+05:30 ERROR 8616 — [music-archive-backend] [ main] o.s.boot.SpringApplication : Application run failed
spring security keeps redirecting me to spring login page
What ever link I type in the address bar it keeps redirecting me to the login page
my SecurityConfig:
Custom Converter for java.nio.file.Path not working in Spring Boot
For unit testing, I’d like to use an in-memory filesystem (like jimfs) to setup the test environment. For this purpose, I registered a custom Converter<String, Path>
with @ConfigurationPropertiesBinding, but it does not work.
Is there some license requirement for spring bom dependencies?
I’m doing license check in my company (for audit). It’s easy to do in each microservice (I will just run mvn project-info-reports:dependencies and will get the report), but we have several hundred spring boot microservices and they mostly use dependencies from Spring BOM, so it would be great to minimize number of repositories to check. Does Spring Boot team have some requirement for managed dependencies in BOM, more specifically that they must have permissive OSS license (like Apache, MIT etc.)?
How do I create a deployable Spring Boot Jar file from VSCode
How do I create a deployable Spring Boot Jar file from VSCode
No JTA platform available (set ‘hibernate.transaction.jta.platform’ to enable JTA platform integration
I am trying to create a table in MySQL WorkBench using Spring Boot