会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅的土掉渣
博客园
首页
新随笔
联系
订阅
管理
2020年5月13日
idea下springboot项目实现热部署
摘要: 第一步 :引入jar包 <!--热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <
阅读全文
posted @ 2020-05-13 14:25 帅的土掉渣
阅读(166)
评论(0)
推荐(0)
2020年5月5日
springboot 依赖总结 pom.xml
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文
posted @ 2020-05-05 23:39 帅的土掉渣
阅读(521)
评论(0)
推荐(0)
springboot整合mybatis配置文件
摘要: #整合mybatis#别名mybatis.type-aliases-package=com.liu.pojo#指定mapper的映射文件mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
阅读全文
posted @ 2020-05-05 23:22 帅的土掉渣
阅读(486)
评论(0)
推荐(0)
springboot整合druid数据源
摘要: 1.application.yaml spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useUnicode=true&cha
阅读全文
posted @ 2020-05-05 23:19 帅的土掉渣
阅读(198)
评论(0)
推荐(0)
springboot整合shiro
摘要: 1.shiro实现登陆拦截 package com.liu.config; import at.pollux.thymeleaf.shiro.dialect.ShiroDialect; import org.apache.shiro.spring.web.ShiroFilterFactoryBean
阅读全文
posted @ 2020-05-05 23:15 帅的土掉渣
阅读(162)
评论(0)
推荐(0)
shiro整合thymeleaf
摘要: 1.引入依赖 pom.xml2 <!--thymeleaf中使用shiro--> <dependency> <groupId>com.github.theborakompanioni</groupId> <artifactId>thymeleaf-extras-shiro</artifactId>
阅读全文
posted @ 2020-05-05 22:55 帅的土掉渣
阅读(1612)
评论(0)
推荐(0)
2020年5月4日
springsecurity+thymeleaf的整合
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2020-05-04 14:14 帅的土掉渣
阅读(2216)
评论(0)
推荐(0)
2020年5月3日
Thymeleaf整合Spring Security,sec没有快捷提示
摘要: https://blog.csdn.net/weixin_40927436/article/details/105857922?fps=1&locationNum=2?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-7
阅读全文
posted @ 2020-05-03 21:42 帅的土掉渣
阅读(314)
评论(0)
推荐(0)
2020年5月2日
springboot项目中关于时间类型转换的格式问题
摘要: https://blog.csdn.net/wohaqiyi/article/details/83373941
阅读全文
posted @ 2020-05-02 18:42 帅的土掉渣
阅读(368)
评论(0)
推荐(0)
【Spring Boot】1.解决IDEA中springboot整合mybatis中出现的Invalid bound statement(not found)的问题
摘要: https://blog.csdn.net/benben513624/article/details/81076182
阅读全文
posted @ 2020-05-02 15:31 帅的土掉渣
阅读(160)
评论(0)
推荐(0)
下一页
公告