diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-17 15:37:17 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-17 15:37:17 +0000 |
commit | 70aa3558759921f7ec44adffec081ba1e9d7fb6a (patch) | |
tree | eef7dd6dee34d26ac10f64076cd9f7df25d77f88 /src/main/resources | |
parent | daily commit.wip (diff) | |
download | mdrtl-70aa3558759921f7ec44adffec081ba1e9d7fb6a.tar.gz mdrtl-70aa3558759921f7ec44adffec081ba1e9d7fb6a.zip |
daily commit.wip
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e0578c9..357f85a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,3 +5,5 @@ spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true + +server.error.include-message=always |