Elijah

Results 3 comments of Elijah

Workaround for those who try to run UAA with use of Docker Compose: 1. Declare a placeholder in **uaa.yml** file: ```yaml oauth: clients: admin: redirect-uri: #{REDIRECT_URI} ``` 2. Create a...

This issue you may find interesting 🙂 Having options for Kotlin pre-2.1 would be great though! https://youtrack.jetbrains.com/issue/KT-8575/Support-Java-synthetic-property-references

@odrotbohm `spring.data.web.pageable.serialization-mode=VIA_DTO` changes nothing. The `number` field is always zero-indexed.