로그인 기능 추가
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package com.kamco.cd.kamcoback.config;
|
||||
|
||||
// @Configuration
|
||||
// @SecurityScheme(
|
||||
//@Configuration
|
||||
//@SecurityScheme(
|
||||
// name = "BearerAuth",
|
||||
// type = SecuritySchemeType.HTTP,
|
||||
// scheme = "bearer",
|
||||
// bearerFormat = "JWT"
|
||||
// )
|
||||
public class SwaggerConfig {}
|
||||
//)
|
||||
public class SwaggerConfig {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user