Relative Content

Tag Archive for spring-boot

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.

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.

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

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.)?