Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

"httptrace" endpoint of Spring Boot Actuator doesn't exist anymore with Spring Boot 2.2.0

How to configure RabbitMQ connection with spring-rabbit?

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoRestController'

Spring Boot actuator with multiple web applications in a tomcat container throws javax.management.InstanceAlreadyExistsException exception

spring tomcat spring-boot

Spring Boot 1.4 @DataJpaTest - Error creating bean with name 'dataSource'

Spring Boot & Swagger UI. Set JWT token

Failed to load driver class com.mysql.jdbc.Driver

cannot access org.springframework.context.ConfigurableApplicationContext class file

Pretty print JSON output of Spring Boot Actuator endpoints

json spring spring-boot

How to fix "Error executing DDL "alter table events drop foreign key FKg0mkvgsqn8584qoql6a2rxheq" via JDBC Statement"

How to configure Jetty in spring-boot (easily?)

jetty spring-boot

Is it possible to set a different specification per cache using caffeine in spring boot?

How to access entity manager with spring boot and spring data

Why spring boot generates jar or war file with .original extension?

java spring-boot jar war

How do I create beans programmatically in Spring Boot?

java spring spring-boot

Spring Boot classpath

Create spring repository without entity

Java Spring Boot Test: How to exclude java configuration class from test context

Where do I put my XML beans in a Spring Boot application?

What does the spring annotation @ConditionalOnMissingBean do?

java spring spring-boot