diff --git a/support-portal-backend/src/main/resources/application.yml b/support-portal-backend/src/main/resources/application.yml index d7775b6..037bc2e 100644 --- a/support-portal-backend/src/main/resources/application.yml +++ b/support-portal-backend/src/main/resources/application.yml @@ -1,3 +1,8 @@ +server: + error: + whitelabel: + enabled: false + spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver @@ -10,11 +15,11 @@ spring: properties: hibernate: dialect: org.hibernate.dialect.MySQL8Dialect - mvc: - throw-exception-if-no-handler-found: true - web: - resources: - add-mappings: false +# mvc: +# throw-exception-if-no-handler-found: true +# web: +# resources: +# add-mappings: false app: public-urls: /user/login,/user/register,/user/image/** jwt: