We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df56de2 commit 88ebeb9Copy full SHA for 88ebeb9
src/main/resources/application.properties
@@ -6,3 +6,6 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
6
7
# Flyway properties
8
spring.flyway.locations=classpath:db/mysql/migration
9
+
10
+# Path properties
11
+server.servlet.contextPath=/api
0 commit comments