support local and cloud profiles
wxlund opened this issue · 0 comments
wxlund commented
Feedback from the workshop that it wasn't straight forward to support the local profile. @nchandrappa has already done some work and committed which included:
- DBLocalConfig.java - a local config that assigns the @Profile("local")
Now we need to setup the properties file to support the local and cloud profiles. Right now you uncomment the profile and set it to local and uncomment the hsqldb dependent in the pom file. To complete:
- Add the local profile in the setup documentation lab.
- Add the local profile into the properties file so that we don't need to comment/uncomment the property
- (I think) just leave the hsqldb dependency uncommented.
- Update 01_environment_setup.md to accomodate the local env setup.