Opened 20 months ago

Last modified 17 months ago

#2711 closed defect

NEW - move spring properties to application.properties — at Version 1

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 (last modified by Bang Pham Huu)

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

server.contextPath=/rasdaman

They should move to application.properties instead.

Change History (1)

comment:1 by Bang Pham Huu, 20 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.