
springboot
文章平均质量分 64
莫名其喵
被人嘲笑的梦想才有实现的价值!
展开
-
构建SpringBoot工程 -入门篇(搭建springboot工程)
springboot 简介: spring boot 它的设计目的就是为例简化开发,开启了各种自动装配,你不需要在写各种配置文件,引入相关 的依赖就能迅速搭建起一个web工程。它采用的是建立生产就绪的应用程序观点,优先于配置的惯例。 why: 可能你的项目还在使用ssm或者ssh 架构的项目,当你使用了springboot 搭建项目时,你会觉得一切原创 2017-09-12 17:58:08 · 388 阅读 · 0 评论 -
thymaleaf 的基础学习之路
一、百度了一下,这个是个组合词,读音/taim li:/ , 音译---------钛立父二、各种语法使用(这里不讲怎么引进来thymeleaf包啊什么的,只讲语法)1、引入(1)例子: <html xmlns:th="http://www.thymeleaf.org"> <link rel="stylesheet" type="text...原创 2018-08-30 10:52:51 · 697 阅读 · 0 评论 -
Thymeleaf th:include、th:replace使用
Thymeleaf th:include、th:replace使用https://blog.youkuaiyun.com/believe__sss/article/details/79992408 https://blog.youkuaiyun.com/believe__sss/article/details/79992408原创 2018-09-05 11:33:43 · 2491 阅读 · 0 评论 -
spring boot 在非Controller 层调用service,dao 为null
一、FXThGridDataHour 静态化对象二、使用注解@PostConstruct,触发init方法三、fXThGridDataHour.thGridDataHourDao.deletehour();调用方法原创 2019-05-16 09:38:35 · 2389 阅读 · 2 评论