Added Common Dependencies
parent
c5cbdeb490
commit
e504b4bc49
@ -1 +1,13 @@
|
|||||||
|
#application configuration
|
||||||
spring.application.name=uco-bs-poc
|
spring.application.name=uco-bs-poc
|
||||||
|
server.port=9090
|
||||||
|
server.servlet.context-path=/uco
|
||||||
|
|
||||||
|
#database configuration
|
||||||
|
spring.datasource.url=jdbc:mysql://localhost:3306/ucodb
|
||||||
|
spring.datasource.username=root
|
||||||
|
spring.datasource.password=root
|
||||||
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
|
spring.jpa.show-sql=true
|
||||||
|
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
||||||
Loading…
Reference in New Issue