source:
back_end/src/main/resources/application.properties@
df62f68
Last change on this file since df62f68 was 81c9e25, checked in by , 4 years ago | |
---|---|
|
|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[81c9e25] | 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.