#2711 closed defect (fixed)

NEW - move spring properties to application.properties

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.

If needed, it should be possible to override them in petascope.properties.

Change History (3)

comment:1 by Bang Pham Huu, 14 months ago

Description: modified (diff)

comment:2 by Bang Pham Huu, 14 months ago

Description: modified (diff)

comment:3 by Bang Pham Huu, 11 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.