SpringBoot|常用配置介绍
2021-08-02 04:56
阅读:798
标签:time 不能 默认 ssi alt out name test 前言 前言 SpringBoot的默认配置文件格式是.properities,同时也支持***.yaml或***.yml 1、指定启动的环境 spring: profiles: active: dev 2、给springboot服务命名(配合springcloud时非常有用) spring: application: name: aitest 3、指定服务器的session超时时间 server: servlet: session: timeout: 30m #30分钟,测试的话不能太短,否则不准。 SpringBoot|常用配置介绍标签:time 不能 默认 ssi alt out name test 前言 原文地址:https://www.cnblogs.com/Durant0420/p/15068514.html
下一篇:基础的排序算法
评论
亲,登录后才可以留言!