|
@@ -5,10 +5,12 @@ spring:
|
|
|
username: root
|
|
username: root
|
|
|
password: NSH01Y0GTmUNjgg6xw80qg==
|
|
password: NSH01Y0GTmUNjgg6xw80qg==
|
|
|
jpa:
|
|
jpa:
|
|
|
- database: MYSQL
|
|
|
|
|
hibernate:
|
|
hibernate:
|
|
|
- naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
|
|
|
|
|
|
|
+ ddl-auto: none
|
|
|
show-sql: true
|
|
show-sql: true
|
|
|
|
|
+ properties:
|
|
|
|
|
+ hibernate:
|
|
|
|
|
+ dialect: org.hibernate.dialect.MySQLDialect
|
|
|
activemq:
|
|
activemq:
|
|
|
broker-url: tcp://localhost:61616
|
|
broker-url: tcp://localhost:61616
|
|
|
logging:
|
|
logging:
|