add JwtProperty
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package ltd.hlaeja
|
||||
|
||||
import ltd.hlaeja.property.JwtProperty
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.context.properties.EnableConfigurationProperties
|
||||
import org.springframework.boot.runApplication
|
||||
|
||||
@EnableConfigurationProperties(JwtProperty::class)
|
||||
@SpringBootApplication
|
||||
class Application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user