sunyj 8 years ago
parent
commit
636f496543
1 changed files with 1 additions and 9 deletions
  1. 1 9
      src/main/resources/application.yml

+ 1 - 9
src/main/resources/application.yml

@@ -11,20 +11,12 @@ spring:
     hbm2ddl:
      auto: update
 
- http:
-  encoding:
-   force: true
-  multipart:
-   enabled: true
-   max-file-size: 512MB
-   max-request-size: 512MB
-
 security:
  basic:
   enabled: true
   path: /**
  user:
-  name: admin
+  name: product-admin
   password: select111***
   role: ADMIN
  ignored: false