source:
back_end/src/main/resources/application.properties@
81c9e25
Last change on this file since 81c9e25 was 81c9e25, checked in by , 4 years ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | server.port=9090 |
2 | |
3 | spring.profiles.active=prod |
4 | |
5 | spring.jpa.properties.hibernate.show_sql=true |
6 | spring.jpa.properties.hibernate.use_sql_comments=true |
7 | spring.jpa.properties.hibernate.format_sql=true |
8 | |
9 | logging.level.org.hibernate.type=trace |
Note:
See TracBrowser
for help on using the repository browser.