I am creating a Spring Boot application and providing some database support. The tutorial that I am following asks me to create a applications.properties
file inside the resources
folder.
This is all dandy, except that I do not have any resources
folder at all. Is it because I am using Eclipse, while the tutorial follows IntelliJ? I don't think so. My question is - where do I create this resources
folder? I would be inserting the applications.properties
file with database connectivity info in it, so this file should be accessible to pom.xml
I guess. Oh, and I am using Maven
for building (in case it makes a difference).
Currently, my directory structure is as follows: