Opened 20 months ago
Last modified 17 months ago
#2711 closed defect
NEW - move spring properties to application.properties — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.3 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Some spring settings which user should not need to know exist in petascope.properties below:
spring.jpa.database=default spring.jpa.hibernate.ddl-auto=none # configurations for Tomcat JDBC Connection Pool spring.datasource.tomcat.initial-size=30 spring.datasource.tomcat.max-active=70 spring.datasource.tomcat.max-idle=30
They should move to application.properties
instead.
Note:
See TracTickets
for help on using tickets.