Description
The auth0-springboot-api library seems to expose the spring.application.name property, which takes precedence over custom property.
Please remove it from the application.properties which is not relevant.
Reproduction
- Create a new Spring Boot Web project
- Start it
- the default name of the Spring application is "auth0-springboot-api"
Environment
Please provide the following:
- Version of this library used: 1.0.0-beta.0
- Version of the platform or framework used, if applicable: Spring Boot 4.0.3
Description
The auth0-springboot-api library seems to expose the
spring.application.nameproperty, which takes precedence over custom property.Please remove it from the
application.propertieswhich is not relevant.Reproduction
Environment