mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 23:27:09 +08:00
support gitlab oauth2 login (#28)
* feat: support gitlab oauth login * feat: change appType to enum
This commit is contained in:
@@ -60,6 +60,12 @@ jooq {
|
||||
includeExpression = '.*'
|
||||
includeTypes = 'INET'
|
||||
}
|
||||
forcedType {
|
||||
userType = 'com.databasir.dao.enums.OAuthAppType'
|
||||
converter = 'com.databasir.dao.converter.OAuthAppTypeConverter'
|
||||
includeExpression = 'app_type'
|
||||
includeTypes = '.*'
|
||||
}
|
||||
}
|
||||
}
|
||||
generate {
|
||||
|
Reference in New Issue
Block a user