mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 10:37:44 +08:00
feature: support use ssl in smtp config (#58)
* feat: support config use ssl * feat: update frontend resources
This commit is contained in:
@@ -52,7 +52,7 @@ jooq {
|
||||
forcedTypes {
|
||||
forcedType {
|
||||
name = 'BOOLEAN'
|
||||
includeExpression = 'deleted|enabled|is.*'
|
||||
includeExpression = 'deleted|enabled|is.*|use_ssl'
|
||||
includeTypes = '.*'
|
||||
}
|
||||
forcedType {
|
||||
@@ -62,7 +62,7 @@ jooq {
|
||||
}
|
||||
forcedType {
|
||||
userType = 'com.databasir.dao.enums.OAuthAppType'
|
||||
converter = 'com.databasir.dao.converter.OAuthAppTypeConverter'
|
||||
converter = 'com.databasir.dao.converter.OAuthAppTypeConverter'
|
||||
includeExpression = 'app_type'
|
||||
includeTypes = '.*'
|
||||
}
|
||||
|
Reference in New Issue
Block a user