spring boot
Posted hhthtt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot相关的知识,希望对你有一定的参考价值。
配置maven仓库:
倒入依赖:
放入pom.xml中,(自动倒入jar包)
目录:src/main/resoursec下 需创建三个文件:
static文件 :放置静态资源
templates文件:放置静态模版
application.properties file文件:核心配置文件
项目入口:其他的包需要在src/main/java包下才能被扫描到(MySpringBottDemo的同级):
更新:
——>ok
调编码:
项目的启动:
MySpringBottDemo项目入口 右键:
Run As ——>Java Application
返回对象:
controller层:
@RequestMapping("pojo") //请求地址 localhost:8080/pojo
//自动转换为json格式数据类型
返回map:
以上是关于spring boot的主要内容,如果未能解决你的问题,请参考以下文章
spring bootspring boot @ConditionalOnxxx相关注解总结
Spring BootSpring MVCSpring有什么区别
Spring BootSpring MVCSpring有什么区别