You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,14 @@ the core application.
99
99
100
100
#### Via an IDE
101
101
102
-
If you use an IDE like Intellij, you can run the application by running the `public static void main` in DictionaryApplication class
102
+
If you use an IDE like Intellij, you can run the application by running the `public static void main`
103
+
in DictionaryApplication class; you just need to make sure in the VM options, you pass
104
+
`-Dspring.profiles.active=development` as the value
103
105
104
106
#### Via Spring Boot Run Plugin
105
107
106
108
1. cd into the projects parent directory and run `mvn clean install`. This would download all the project's dependencies, build the project and install it locally into the maven repository
107
-
2. cd into the website module ({parent_directory}/website) and run `mvn spring-boot:run`
109
+
2. cd into the website module ({parent_directory}/website) and run `mvn spring-boot:run -Dspring.profiles.active=development`
108
110
109
111
The application would start up and can be accessed on port 8081.
0 commit comments