初始化
This commit is contained in:
17
mokee-gateway-gateway/src/main/resources/application.yml
Normal file
17
mokee-gateway-gateway/src/main/resources/application.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
server:
|
||||
port: 9000
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: mokee-gateway-gateway
|
||||
profiles:
|
||||
active: @spring.profiles.active@
|
||||
|
||||
mybatis-plus:
|
||||
type-aliases-package: com.mokee.common.entity
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
jwt:
|
||||
secret: mokee-gateway-jwt-secret-key-2024-must-be-256-bits!!
|
||||
expiration: 7200
|
||||
Reference in New Issue
Block a user