application.properties 345 B

1234567891011
  1. server.port=8081
  2. base_url=http://localhost:8081/
  3. spring.application.name=wee
  4. endpoint=http://localhost:3030/SystemDesignOntology2Layers
  5. storageURL=http://localhost:5000
  6. # Max file size.
  7. spring.servlet.multipart.max-file-size=500MB
  8. # Max request size.
  9. spring.servlet.multipart.max-request-size=500MB
  10. server.tomcat.max-http-post-size=629145600000