src/main/resources/application.yml
@@ -1,10 +1,13 @@ server: port: 8081 servlet: context-path: /@pom.build.finalName@ spring: application: # name: @pom.artifactId@ name: name: @pom.build.finalName@ jmx: enabled: false datasource: # mysql # driver-class-name: com.mysql.jdbc.Driver @@ -25,7 +28,7 @@ # password: xltys1995 servlet: multipart: maxFileSize: 10MB maxFileSize: 100MB maxRequestSize: 100MB mybatis-plus: @@ -36,7 +39,7 @@ # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl logging: path: /stock/out/logs path: /stock/out/@pom.build.finalName@/logs super: pwd: xltys1995