desvergue-de-alexandro
yml 22 lines 475 Bytes
Raw
1 spring:
2 datasource:
3 url: jdbc:mysql://localhost:3306/maps_conect_dev
4 username: root
5 password: Haloymega59!
6
7 jpa:
8 hibernate:
9 ddl-auto: validate
10 show-sql: true
11 properties:
12 hibernate:
13 format_sql: true
14 generate_statistics: false
15
16 logging:
17 level:
18 root: INFO
19 com.tecmilenio.mapsconect: DEBUG
20 org.springframework.web: DEBUG
21 org.hibernate.SQL: DEBUG
22 org.hibernate.type.descriptor.sql.BasicBinder: TRACE