Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Custom constraint validator in Spring is not working

spring spring-boot

Intellij doesn't see the generated class by MapStruct

Jooq is unable to find driver for postgres database

Can i use two different tables for login in my spring boot application by spring security?

Using lateinit properties in constructor in kotlin

spring-boot kotlin

Spring boot property injection failed

java spring-boot

javax.validation.ValidationException: HV000064: Unable to instantiate ConstraintValidator

spring-boot

Illegal Argument Exception: Illegal base64 character 3a when decoding String value using Base64.getDecode()

How to create a Gauge metric with tags using Java prometheus sdk?

SpringDoc - How to Add schemas programmatically

Spring Security custom PermissionEvaluator

How to inject List of non-primitive Objects in Spring @Value

java spring spring-boot yaml

Using Java annotations, is there a way to specify Swagger/OpenAPI schemas inside other schemas?

Write Unit test in SpringBoot Without start application

spring-boot junit

Cannot resolve symbol 'QueueMessagingTemplate'

TestContainers and Error : "Failed to validate connection org.postgresql.jdbc.PgConnection" (raising a single container for all test classes)

What is the difference between 'configuredLevel' and 'effectiveLevel' in /actuator/logger response

Spring Boot Actuator not working- Whitelabel Error Page

Metrics for HTTP response status code for Grafana dashboard

Should every @Service class in a SpringBoot app implement an interface

java spring spring-boot