An open API service indexing awesome lists of open source software.

https://github.com/brandonfl/spring-lombok-issue


https://github.com/brandonfl/spring-lombok-issue

bug lombok spring spring-boot

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spring lombok issue

## Used versions

- Spring Boot Starter 3.5.6
- Lombok 1.18.42
- Java 17

## Run

```bash
docker compose up --build --force-recreate
```

## Expected Behavior

On http://localhost:8080/

```json
{
"test": {
"is_user_available": true
}
}
```

## Current Behavior

On http://localhost:8080/

```json
{
"test": {
"userAvailable": true,
"is_user_available": true
}
}
```