All Projects → lmarklil → Springboot Restful Starter

lmarklil / Springboot Restful Starter

Licence: mit
SpringBoot RESTful API 脚手架

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Springboot Restful Starter

Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-39.2%)
Mutual labels:  restful-api, spring-boot
Crnk Framework
JSON API library for Java
Stars: ✭ 234 (+32.95%)
Mutual labels:  restful-api, spring-boot
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+26.14%)
Mutual labels:  restful-api, spring-boot
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+173.86%)
Mutual labels:  restful-api, spring-boot
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-83.52%)
Mutual labels:  restful-api, spring-boot
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-93.18%)
Mutual labels:  restful-api, spring-boot
Spring Boot Study
SpringBoot框架源码实战(已更新到springboot2版本实现)~基本用法,Rest,Controller,事件监听,连接数据库MySQL,jpa,redis集成,mybatis集成(声明式与xml两种方式~对应的添删查改功能),日志处理,devtools配置,拦截器用法,资源配置读取,测试集成,Web层实现请求映射,security安全验证,rabbitMq集成,kafka集成,分布式id生成器等。项目实战:https://github.com/hemin1003/yfax-parent 已投入生产线上使用
Stars: ✭ 440 (+150%)
Mutual labels:  restful-api, spring-boot
Springboot security restful api
SpringBoot + SpringSecurity + RESTful API --- Maven Project Demo
Stars: ✭ 68 (-61.36%)
Mutual labels:  restful-api, spring-boot
Okhelper Service
OK帮 云进销存 (SpringBoot Restful 全家桶)
Stars: ✭ 146 (-17.05%)
Mutual labels:  restful-api, spring-boot
Tutorial Soap Spring Boot Cxf
Tutorial how to create, test, deploy, monitor SOAP-Webservices using Spring Boot and Apache CXF
Stars: ✭ 167 (-5.11%)
Mutual labels:  spring-boot
Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (-3.98%)
Mutual labels:  spring-boot
Springbootlearning
《Spring Boot教程》源码
Stars: ✭ 2,065 (+1073.3%)
Mutual labels:  spring-boot
Spring Boot Starter Swagger
自制spring boot starter for swagger 2.x,来试试吧,很好用哦~
Stars: ✭ 2,064 (+1072.73%)
Mutual labels:  spring-boot
Sloth
Sloth 是一个生成脚手架代码的工具。你只需要设置好业务应用所需要用的 Mysql 数据源即可。如果你用过 Ruby on Rails 的代码生成器的话,那么 Sloth 也同样适用于这样的场景, 它使用 Java 语言构建,生成的脚手架代码亦是 Java。旨在为开发者提供一系列健壮的工具、程序库和工作流,帮助他们快速构建出漂亮、引人注目的SpringBoot Web应用
Stars: ✭ 170 (-3.41%)
Mutual labels:  spring-boot
Mutual Tls Ssl
🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC examples are included
Stars: ✭ 163 (-7.39%)
Mutual labels:  spring-boot
Springboot Examples
spring boot 集成各技术案例
Stars: ✭ 173 (-1.7%)
Mutual labels:  spring-boot
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (-5.68%)
Mutual labels:  restful-api
Graphql Spring Boot Starter
Spring boot starter for GraphQL
Stars: ✭ 166 (-5.68%)
Mutual labels:  spring-boot
Spring Boot Plus
🔥 Spring-Boot-Plus is a easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. 🚀
Stars: ✭ 2,198 (+1148.86%)
Mutual labels:  spring-boot
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (-2.84%)
Mutual labels:  restful-api

springboot-restful-starter

SpringBoot RESTful API 脚手架

简介

这是一个基于SpringBoot 2.1.1 RELEASE,用于搭建RESTful API工程的脚手架,只需三分钟你就可以开始编写业务代码,不再烦恼于构建项目与风格统一。

快速开始

  1. 构建数据库
  2. 运行/src/test下的CodeGenerator.java进行代码生成
  3. 开始编写业务代码

快速入门

实践是最好的学习方式,在 2.0 版本中,我编写了一个简单的账号模块供大家参考学习。

建议

如果大家有使用这个项目,建议watch并选择Releases Only以便即时的收到正式的更新

文档

文档内提供了详细的功能说明,强烈建议阅读文档后再开始编码。

更新日志

当前版本:2.0.0 Beta

基本功能

  • 封装了 RESTful 风格的返回结果
  • 全局接管异常,并使用 RESTful 风格返回异常信息
  • 简单封装了 jjwt,提供了一个开箱即用的认证模块
  • @Auth 注解,用注解的方式校验用户信息
  • 集成了常用的库,详见相关依赖
  • 集成了 MybatisPlus

相关依赖

  • SpringBoot
  • MybatisPlus
  • lombok
  • jjwt
  • fastjson
  • druid

捐赠

如果你觉得这个项目很赞且对你有帮助的话,请我喝一杯咖啡呗:) 捐赠二维码

License

MIT

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].