jwt 수정중
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.kamco.cd.kamcoback.config;
|
||||
|
||||
// @Configuration
|
||||
// @SecurityScheme(
|
||||
// name = "BearerAuth",
|
||||
// type = SecuritySchemeType.HTTP,
|
||||
// scheme = "bearer",
|
||||
// bearerFormat = "JWT"
|
||||
// )
|
||||
public class SwaggerConfig {}
|
||||
Reference in New Issue
Block a user