
Springboot
七月的空心菜
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Springboot设置定时任务,从数据库中获取cron表达式 DEMO
Springboot设置定时任务,自定义 cron表达式 DEMO。原创 2022-08-17 14:44:48 · 3347 阅读 · 0 评论 -
Dianthus(三) Springboot整合webservice+SpringSecurity伪单点登录
有时候需要和老系统做一些的数据同步,如组织用户同步接口等。由于老系统使用的axis2的方式发布的webservice,所以我有做了一个基于axis发布的webservice项目 发布Webservice 1.准备工作 配置文件加入需要同步的webservice 信息 #平台登录url platform_user_webserver_url=http://192.142.24.94/newl...原创 2020-05-04 22:33:39 · 895 阅读 · 0 评论 -
Dianthus(二) SpringDateJPA实现复杂SQL查询、分页
由于本人之前用的mybatis比较多。这次是硬着头皮使用了 SpringDateJPA,它的功能很强大,但是我对它的了解少之甚少。这里只列举本项目使用的复杂查询方法。 1.@Query定义查询 1.1 项目的dao层的接口继承了JpaRepository接口,所以基本的增删改查 可以通过.save() .findAll() .getOne 实现。 public interface JpaRep...原创 2020-05-04 20:05:48 · 547 阅读 · 0 评论 -
Dianthus(一) 基于Springboot+SpringDateJPA+Springsecurity的简单框架
搭建一个基于Springboot+JPA+Springsecurity的框架Dianthus系统展示项目地址系统说明待更新 Dianthus 基于Springboot+Spring Security+ JPA的整合的简单开发框架,前台用的html+themlef标签,仅适合学习交流 系统展示 项目地址 github地址:https://github.com/HeMingel/dianth...原创 2020-05-04 15:18:38 · 467 阅读 · 0 评论