Reputation: 69
I made a package using Spring Boot Initalizer website with the following:
But I don't have the application properties file in my project. Where can I set the required properties ? Also, there is any documentation available with all of them ?
Upvotes: 0
Views: 85
Reputation: 836
Generated the spring boot app with same configuration using Spring Initializr. The 'application.properties' file is present in src > main > resources folder.
Spring Initializr - Kotlin, Gradle
Upvotes: 2