2,217 skills found · Page 2 of 74
khandelwal-arpit / Springboot StarterkitStarter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
apache / CausewayUse Apache Causeway™ to rapidly develop domain-driven apps or modular monoliths in Java, on top of the Spring Boot platform. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp, GraphQL or RESTful API. For prototyping or production.
osopromadze / Spring Boot Blog REST APIRestful CRUD Blog API using Spring Boot, Spring Security, JWT, Mysql, JPA
spring-projects / Spring Data Neo4jProvide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
digitalinnovationone / Santander Dev Week 2023 ApiRESTful API da Santander Dev Week 2023 construída em Java 17 com Spring Boot 3.
khoubyari / Spring Boot Rest ExampleREST APIs implemented using Spring Boot, in-memory database, embedded Tomcat, Swagger 2, JsonPath, Hamcrest and MockMVC
spring-attic / Spring Cloud GcpIntegration for Google Cloud Platform APIs with Spring
in28minutes / Jpa With HibernateMaster JPA using Hibernate as the implementation. Learn the basics of JPA - entities, relationships, entity manager, annotations, JPQL and Criteria API. Take a step into the advanced world of JPA - caching, performance tuning(n + 1 queries), mapping inheritance hierarchies. Get a peek into the magic of Spring Data JPA & Spring Data Rest.
spring-projects / Spring Data R2dbcProvide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
tkaczmarzyk / Specification Arg ResolverAn alternative API for filtering data with Spring MVC & Spring Data JPA
spring-attic / Spring RooSpring Roo is a next-generation rapid application development tool for Java developers. It focuses on higher productivity, stock-standard Java APIs, high usability, avoiding engineering trade-offs and facilitating easy Roo removal.
ZHENFENG13 / Perfect Ssm:grapes:更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Hakky54 / Mutual Tls Ssl🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and 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, WebSocket and ElasticSearch examples are included
zhaxiaodong9860 / Kettle Scheduler一款简单易用的Kettle调度监控平台,专门用来调度和监控由kettle客户端创建的job和transformation。整体的框架是由spring+sprin gmvc +beetlsql整合而成,通过调用kettle的API来执行转换和作业,并且使用quartz框架完成调度工作。
spring-attic / Spring Cloud AwsAll development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
wimdeblauwe / Error Handling Spring Boot StarterSpring Boot starter for configurable REST API error handling
hantsy / Spring Webmvc Jwt SampleSecures REST APIs with Spring Security and JWT Token based Authentication
shaogezhu / Easy Rpc一款基于Netty+Zookeeper+Spring实现的轻量级Java RPC框架。提供服务注册,发现,负载均衡,支持API调用,Spring集成和Spring Boot starter使用。是一个学习RPC工作原理的良好示例。
ivangfr / Springboot React KeycloakThe goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.
callicoder / Spring Boot Mysql Rest Api TutorialBuilding a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate