Newer
Older
spring.jpa.hibernate.ddl-auto=none
ywb16155
committed
spring.datasource.url=jdbc:mysql://devweb2018.cis.strath.ac.uk:3306/ywb16155
#spring.datasource.url=jdbc:mysql://localhost:3306/ompdb
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
ywb16155
committed
spring.datasource.username=ywb16155
spring.datasource.password=Uir2Imaim7eo
#spring.datasource.username=apiuser
#spring.datasource.password=password
spring.datasource.tomcat.max-active=50
spring.datasource.tomcat.max-idle=10
spring.datasource.tomcat.max-wait=10000
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
ywb16155
committed
spring.jpa.show-sql=false
ywb16155
committed
server.tomcat.additional-tld-skip-patterns='*.jar'
server.context-path=/ywb16155-root/ompp-api
server.port=8443