diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9230663..642b17a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,6 +6,6 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jackson.default-property-inclusion=non-null server.port=1010 -server.servlet.context-path= +server.servlet.context-path=/project logging.level.com.yipin.liuwanr.mapper=debug