application.yml 316 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 spring: profiles: active: dev jpa: properties: hibernate: show_sql: false enable_lazy_load_no_trans: true use_sql_comments: false format_sql: false type: trace show-sql: true server: port: 8080 management: health: rabbit: enabled: false