mirror of
				https://github.com/vran-dev/databasir.git
				synced 2025-11-04 16:26:10 +08:00 
			
		
		
		
	Feature/oauth2 github (#27)
* feat: jooq generate * feat: support github oauth * feat: support oauth2 login * feat: update content-type * feat: add custom authentication exception * feat: add oauth2 app api * fix: checkstyle
This commit is contained in:
		@@ -31,6 +31,9 @@ dependencies {
 | 
			
		||||
    implementation 'org.commonmark:commonmark:0.18.1'
 | 
			
		||||
    implementation 'org.freemarker:freemarker:2.3.31'
 | 
			
		||||
 | 
			
		||||
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
 | 
			
		||||
    implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
 | 
			
		||||
 | 
			
		||||
    // test
 | 
			
		||||
    testImplementation "mysql:mysql-connector-java:${mysqlConnectorVersion}"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user