support gitlab oauth2 login (#28)

* feat: support gitlab oauth login

* feat: change appType to enum
This commit is contained in:
vran
2022-03-03 09:50:08 +08:00
committed by GitHub
parent cd20dfd7cf
commit 905d7d5543
22 changed files with 290 additions and 67 deletions

View File

@@ -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 {