43.1 Override Spring default white label error - Way 1 - Throw Exception (#3)
This commit is contained in:
@ -10,6 +10,11 @@ spring:
|
||||
properties:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.MySQL8Dialect
|
||||
mvc:
|
||||
throw-exception-if-no-handler-found: true
|
||||
web:
|
||||
resources:
|
||||
add-mappings: false
|
||||
app:
|
||||
public-urls: /user/login,/user/register,/user/image/**
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user