Commit 4c029f64 authored by Ghitha Dinan's avatar Ghitha Dinan

add unit test

parent c9198993
......@@ -25,22 +25,12 @@ spring.jpa.show-sql=true
spring.jpa.properties.hibernate.legacy_limit_handler=true
spring.jpa.properties.hibernate.format_sql=true
# UPLOAD CONFIG
spring.servlet.multipart.max-file-size=500MB
spring.servlet.multipart.max-request-size=500MB
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.connectiontimeout=25000
spring.mail.properties.mail.smtp.timeout=25000
spring.mail.properties.mail.smtp.writetimeout=25000
spring.mail.properties.mail.smtp.starttls.enable=true
# APP CONFIG
app.name = PMRMS
server.max-http-header-size=10000KB
spring.main.allow-circular-references= true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
# Swagger
swagger.host=localhost:8081
swagger.protocol=http
spring.main.allow-circular-references= true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment