一篇教会你如何搭建SpringBoot项目
Posted 一位懒得写博客的小学生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一篇教会你如何搭建SpringBoot项目相关的知识,希望对你有一定的参考价值。
SpringBoot
网页搭建
压缩包解压文件,使用idea打开即可。
IDEA创建
设置启动类
点击启动并打开浏览器输入localhost:8080
因为没有输入任何信息,所以是这样的。
常用配置说明
Key | Description |
---|---|
debug | 开启debug模式的日志打印 |
logging.level.*: | *为要打印日志的包,值为日志打印级别。例如:logging.level.org.springframework=DEBUG |
spring.jackson.date-format: | JSON日期格式,例如: yyyy-MM-dd HH:mm:ss |
spring.jackson.time-zone: | JSON日期格式化时,使用的时区,如: GMT+8 |
spring.jackson.serialization.indent-output: | 美化JSON数据格式,会换行及缩进 |
以上是关于一篇教会你如何搭建SpringBoot项目的主要内容,如果未能解决你的问题,请参考以下文章