
springboot
dulijie123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hello Springboot
快速搭建springboot -->https://blog.youkuaiyun.com/huangwenyi1010/article/details/55047138 1、首先最基本的 jdk1.8 以上版本安装及配置 基本开发工具 Idea 2、file --> new --> project--> next --> next--> 选择web n...原创 2019-03-16 14:56:47 · 206 阅读 · 0 评论 -
springboot配置文件 application.yml注意事项 初始spring boot
server: # 注释使用 #号 而非// port: 8080 #注意属性缩进问题 所有缩进不能使用tab name: 张三 age: 30 15:15:23.748 [main] ERROR org.springframework.boot.SpringApplication - Application run failed java.lang.I...原创 2019-08-12 15:16:27 · 403 阅读 · 0 评论