All Projects → licc168 → admin-api

licc168 / admin-api

Licence: other
springBoot jwt swagger集成的一套管理后台api

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to admin-api

FluentExcel
Use Fluent API to configure POCO excel behaviors, and then provides IEnumerable<T> has save to and load from excel functionalities.
Stars: ✭ 73 (+108.57%)
Mutual labels:  excel
Qxlnt
Use xlnt in Qt 5 or 6. xlnt is cross-platform user-friendly xlsx library for C++14.
Stars: ✭ 66 (+88.57%)
Mutual labels:  excel
VBA-Better-Array
An array class for VBA providing features found in more modern languages
Stars: ✭ 77 (+120%)
Mutual labels:  excel
VBA-and-Excel-Books-and-PDFs
Personal collection of vb.net, .net, vba and other books regarding vb programming
Stars: ✭ 83 (+137.14%)
Mutual labels:  excel
xlsx-reader
xlsx-reader is a PHP library for fast and efficient reading of XLSX spreadsheet files. Its focus is on reading the data contained within XLSX files, disregarding all document styling beyond that which is strictly necessary for data type recognition. It is built to be usable for very big XLSX files in the magnitude of multiple GBs.
Stars: ✭ 40 (+14.29%)
Mutual labels:  excel
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+237.14%)
Mutual labels:  excel
Spreadsheet Excel Writer
Allows writing of Excel spreadsheets. Since 2002.
Stars: ✭ 42 (+20%)
Mutual labels:  excel
rxjs-excel
RxJS demo of a simple excel app
Stars: ✭ 24 (-31.43%)
Mutual labels:  excel
English-Persian-Word-Database
English Persian Word Database - Popular database extensions
Stars: ✭ 19 (-45.71%)
Mutual labels:  excel
ExcelToCode
将Excel表转换成Python, Lua, json数据表,自动生成java类。
Stars: ✭ 56 (+60%)
Mutual labels:  excel
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-51.43%)
Mutual labels:  excel
easy-excel
excel导入和导出操作简化,同时支持xls和xlsx
Stars: ✭ 14 (-60%)
Mutual labels:  excel
flutter filereader
Flutter实现的本地文件(pdf word excel 等)查看插件,非在线预览
Stars: ✭ 101 (+188.57%)
Mutual labels:  excel
firebase-spring-boot-rest-api-authentication
Firebase Spring Boot Rest API Authentication
Stars: ✭ 172 (+391.43%)
Mutual labels:  spring-security
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+1377.14%)
Mutual labels:  spring-security
exceltricks
My commonly used Excel and Google Sheet formulas and tricks
Stars: ✭ 87 (+148.57%)
Mutual labels:  excel
lazyExcel
a simply software like MS-Excel.it can be running muiti-platform...
Stars: ✭ 37 (+5.71%)
Mutual labels:  excel
seezoon-stack
一款基于当前最前沿的前端(Vue3 + Vite + Antdv)和后台(Spring boot)实现的低代码开发平台。
Stars: ✭ 227 (+548.57%)
Mutual labels:  spring-security
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (+42.86%)
Mutual labels:  spring-security
LocalizationUE4
Translation Editor for Unreal Engine 4
Stars: ✭ 59 (+68.57%)
Mutual labels:  excel

Spring Boot

最近在看spring boot 觉得还是蛮强大的,所以一套基于spring boot的框架,把一些知识点都整合进去

框架说明

  • 权限: JWT+SpringSecurity+cookie
  • 统一异常: ExceptionTranslator
  • 缓存: 内存缓存采用guava nosql采用redis 详见CacheConfig
  • 发送邮件
  • 公用service封装:BaseServiceImpl
  • swagger2 接口文档导出
  • 统一参数校验: BindingResultAop
  • excel工具类:
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].