Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 499 Bytes

spring-boot-example

介绍

Spring boot 项目示例集合

模块说明

  • spring-boot-javafx: 是spring boot 与 javafx 以及UI库JFoenix 整合实现12306车票查询的桌面程序, 使用javafx-maven-plugin打包插件可直接打成可执行的jar, 或者原生的exe程序

  • spring-boot-security-oauth2: spring boot security oauth 三者整合的示例, 使用redis存储token, 使用数据库存储客户端授权信息, 实现了一个完整用户角色权限认证服务