使用本机配置文件时,可以通过
SPRING_CLOUD_CONFIG_SERVER_NATIVE_SEARCH_LOCATIONS=file:./config/在compose
.yml中进行设置来使用配置文件, 然后在config文件夹中添加application.yml文件,
jhipster: security: authentication: jwt: secret: your secret

使用本机配置文件时,可以通过
SPRING_CLOUD_CONFIG_SERVER_NATIVE_SEARCH_LOCATIONS=file:./config/在compose
jhipster: security: authentication: jwt: secret: your secret