
Springboot
七月的空心菜
这个作者很懒,什么都没留下…
展开
-
Springboot设置定时任务,从数据库中获取cron表达式 DEMO
Springboot设置定时任务,自定义 cron表达式 DEMO。原创 2022-08-17 14:44:48 · 3282 阅读 · 0 评论 -
Dianthus(三) Springboot整合webservice+SpringSecurity伪单点登录
有时候需要和老系统做一些的数据同步,如组织用户同步接口等。由于老系统使用的axis2的方式发布的webservice,所以我有做了一个基于axis发布的webservice项目发布Webservice1.准备工作配置文件加入需要同步的webservice 信息#平台登录urlplatform_user_webserver_url=http://192.142.24.94/newl...原创 2020-05-04 22:33:39 · 882 阅读 · 0 评论 -
Dianthus(二) SpringDateJPA实现复杂SQL查询、分页
由于本人之前用的mybatis比较多。这次是硬着头皮使用了SpringDateJPA,它的功能很强大,但是我对它的了解少之甚少。这里只列举本项目使用的复杂查询方法。1.@Query定义查询1.1 项目的dao层的接口继承了JpaRepository接口,所以基本的增删改查 可以通过.save() .findAll() .getOne 实现。public interface JpaRep...原创 2020-05-04 20:05:48 · 535 阅读 · 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 · 439 阅读 · 0 评论