Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spring.profiles.active=spring-data-jpa
- server.port=BACKEND_PORT
- server.servlet.context-path=/petclinic/
- spring.messages.basename=messages/messages
- spring.jpa.open-in-view=false
- logging.level.org.springframework=INFO
- petclinic.security.enable=false
- spring.datasource.url = jdbc:mysql://DATABASE_ADDR:DATABASE_PORT/petclinic?useUnicode=true
- spring.datasource.username=root
- spring.datasource.password=root
- spring.datasource.driver-class-name=com.mysql.jdbc.Driver
- spring.jpa.database=MYSQL
- spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
- spring.jpa.hibernate.ddl-auto=none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement