18 lines
333 B
YAML
18 lines
333 B
YAML
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
|