Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Integration - Apache Flink + Spring Boot

spring-boot apache-flink

Avoiding Kafka Streams to start in tests using Spring Boot 1.5

Why is the Simple Least Recently Used Cache Mechanism used?

How to handle a modular spring project with flyway and single db [duplicate]

Spring Boot Test - I do not want to load all @Configuration classes for a particular test

java spring spring-boot

Pass properties to maven sub-module, which does not have current module as parent

java maven spring-boot

Listen to multiple IBM MQ using single spring boot application

How to properly forward POST request from one web application to another in Spring Boot?

Maven sourcing dependency version from great-grand-parent instead of our parents dependency-management

IllegalArgumentException: No visible constructors in class TestDatabaseAutoConfiguration$EmbeddedDataSourceFactoryBean

Prefix for nested configuration properties in spring

java spring spring-boot

Using spring-boot 2.0.2.RELEASE and FlyWay is not running. No errors

spring-boot flyway

Default value for application.properties (profile) environment placeholder cannot be comma separated

java spring spring-boot

How to use lombok when I build database entity by IDEA automatically

java spring-boot lombok

Can we use httpbasic and OAuth2 both for an API depending on path variable?

How to deploy web application to AWS instance from GitLab repository

Oauth2 get Username from token

Custom authentication with spring-security and reactive spring

How to replace a @MockBean?

How to validate @NotBlank for simple string parameter directly with javax?