full_name
stringlengths
7
104
description
stringlengths
4
725
topics
stringlengths
3
468
readme
stringlengths
13
565k
label
int64
0
1
ityouknow/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
docker docker-composer fastdfs java mongodb mybatis rabbitmq scheduler spring spring-boot spring-boot-examples spring-boot-mail spring-boot-mongodb spring-boot-upload-file spring-cloud spring-data-jpa springboot springboot-shiro springcloud thymeleaf
Spring Boot 学习示例 ========================= ![Spring Boot 2.0](https://img.shields.io/badge/Spring%20Boot-2.0-brightgreen.svg) ![Mysql 5.6](https://img.shields.io/badge/Mysql-5.6-blue.svg) ![JDK 1.8](https://img.shields.io/badge/JDK-1.8-brightgreen.svg) ![Maven](https://img.shields.io/badge/Maven-3.5.0-yellowgreen.svg)...
0
awsdocs/aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
aws cpp documentation dotnet examples go java javascript php programming python ruby
[![Build Status](https://github.com/aws/aws-sdk-ruby/workflows/CI/badge.svg)](https://github.com/awsdocs/aws-doc-sdk-examples/actions) [![GitHub Super-Linter](https://github.com/awsdocs/aws-doc-sdk-examples/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) ![[]](https:/...
0
spring-projects/spring-data-examples
Spring Data Example Projects
null
null
1
thombergs/code-examples
A collection of code examples from blog posts etc.
null
# Example Code Repository [![CI](https://github.com/thombergs/code-examples/workflows/CI/badge.svg)](https://github.com/thombergs/code-examples/actions?query=workflow%3ACI) This repo contains example projects which show how to use different (not only) Java technologies. The examples are usually accompanied by a blog ...
0
vert-x3/vertx-examples
Vert.x examples
async examples http2 kotlin reactive vertx
null
0
in28minutes/spring-boot-examples
Code Examples for everything thats written on www.springboottutorial.com
null
# Spring Boot Code Examples All code examples for our website http://www.springboottutorial.com ## Keep Learning Every Day - **1:** [FOLLOW](https://links.in28minutes.com/lin) Ranga on LinkedIn ## Check Out Our Amazing ROADMAPS - **1:** [AWS Roadmap](https://github.com/in28minutes/roadmaps/blob/main/README.md#aws-ro...
0
nacos-group/nacos-examples
Nacos Examples
null
# nacos-examples Nacos Examples # Nacos-examples [中文](./README_CN.md) # This is examples of the nacos, you can use nacos-native-sdk/spring to opercate service/config. ## Start nacos You can start nacos by standalone on your computer https://nacos.io/en-us/docs/deployment.html You can start server from aliyun http...
0
deeplearning4j/deeplearning4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
artificial-intelligence deeplearning deeplearning4j dl4j intellij javafx python zeppelin-notebook
<pre> ######## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## **$** ## ## ## ## ## ## **$** ...
0
confluentinc/kafka-streams-examples
Demo applications and code examples for Apache Kafka's Streams API.
null
# Kafka Streams Examples This project contains code examples that demonstrate how to implement real-time applications and event-driven microservices using the Streams API of [Apache Kafka](http://kafka.apache.org/) aka Kafka Streams. For more information take a look at the [**latest Confluent documentation on the Kaf...
0
BruceEckel/OnJava8-Examples
Code Examples for the book On Java 8""
null
# Examples for *On Java 8* by Bruce Eckel If you want to experiment with the code examples from the book [On Java 8](https://www.onjava8.com/), you're in the right place. These examples are automatically extracted directly from the book. This repository includes tests to verify that the code in the book is correct. ...
0
camunda/camunda-bpm-examples
A collection of usage examples for Camunda Platform intended to get you started quickly
null
Camunda Platform examples ==================== > Looking for the "invoice" example contained in the distribution? You can find it here: https://github.com/camunda/camunda-bpm-platform/tree/master/examples/invoice Camunda Platform examples is a collection of focused usage examples for the [Camunda Platform](https://g...
0
oracle-samples/oracle-db-examples
Examples of applications and tool usage for Oracle Database
database java oracle oracle-11g oracle-12c oracle-19c oracle-autonomous-database oracle-database oracle-db sql
# oracle-db-examples This repository stores a variety of examples demonstrating how to use the Oracle Database. | Repo/Folder name | Description | | ------------- | ------------- | | [C](./C) | C examples | | [apex](./apex) | APEX examples | | [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git sub...
0
anarsultanov/examples
Examples for my blog posts.
null
# examples ![CodeQL](https://github.com/anarsultanov/examples/workflows/CodeQL/badge.svg) This project is a collection of examples for articles on **[my blog](https://sultanov.dev/)**.
0
java9-modularity/examples
Contains all code examples from the Java 9 Modularity book, organized by chapter.
null
![Java 9 Modularity cover](java9modularity-flat-cover.png) This repository contains all the example code from the [Java 9 Modularity book](http://shop.oreilly.com/product/0636920049494.do). The examples are grouped by chapter in the book: 2. Modules and Modular JDK 3. Working with Modules 4. Services 5. Modularity Pa...
0
mapstruct/mapstruct-examples
Examples for using MapStruct
null
# MapStruct Examples This repository contains examples showing how to use [MapStruct](http://mapstruct.org/), a Java annotation processor for the generation of type-safe bean mapping classes. Currently, the following examples exist: * [_mapstruct-on-ant_](mapstruct-on-ant): Shows how to use MapStruct in Ant-based pr...
0
nanchen2251/RxJava2Examples
:fire:RxJava2 Examples —— 这可能是从 RxJava1 跳到 RxJava2(学习 RxJava2 )最好的例子 Demo:https://github.com/nanchen2251/RxJava2Examples
null
# RxJava2Examples ### RxJava2 Examples——它可能是从RxJava1跳到RxJava2(学习RxJava2)最好的例子Demo > RxJava 1.x 到 RxJava 2.x 的无缝对接 无需学习 RxJava 1.x, 直接学习 RxJava 2.x 完备齐全的操作符示例 支持与 Retrofit 交互处理示例 Activity 基类封装处理 ### 文章链接: [这可能是最好的 RxJava 2.x 入门教程(完结版)](http://www.jianshu.com/p/0cd258eecf60)<br> [这可能是最好的 RxJava 2.x 入门教程(一)](http://www....
0
lokeshgupta1981/SpringExamples
Initial Commit
null
# Spring Boot Examples by HowToDoInJava.com This repository hosts the projects and their source codes written for various tutorials written in [howtodoinjava.com](https://howtodoinjava.com/).
0
apache/struts-examples
Mirror of Apache Struts
java struts web-framework
# Struts Examples [![Build Status @ ASF](https://ci-builds.apache.org/buildStatus/icon?job=Struts%2FStruts-examples-master)](https://ci-builds.apache.org/job/Struts/job/Struts-examples-master/) [![Build Status @ GH Actions](https://github.com/apache/struts-examples/actions/workflows/maven.yml/badge.svg)](https://githu...
0
camunda-consulting/camunda-7-code-examples
Examples and demo applications built by the camunda consulting team
null
Camunda Consulting Examples =========================== This repository contains examples, code snippets and demo applications build by the Camunda Consulting Team or contributors. Note: All examples are only tested manually and there is no guarantee that they are actively maintained. If you search for officially main...
0
rhwayfun/spring-boot-learning-examples
Spring Boot工程实践,快速上手Spring Boot开发必备。最全的Spring Boot使用案例!
springboot
# 最全的Spring Boot实践指南 ![travis](https://travis-ci.org/rhwayfun/spring-boot-learning-examples.svg?branch=develop) [![codecov](https://codecov.io/gh/rhwayfun/spring-boot-learning-examples/branch/develop/graph/badge.svg)](https://codecov.io/gh/rhwayfun/spring-boot-learning-examples) [![Gitter](https://img.shields.io/gitter...
0
pkainulainen/spring-data-jpa-examples
null
null
# Test With Spring Course If you are struggling to write good automated tests for Spring web applications, you are not alone! [I have launched a video course](https://www.testwithspring.com/?utm_source=github&utm_medium=social&utm_content=spring-data-jpa&utm_campaign=test-with-spring-course-presales) that describes ho...
0
springframeworkguru/spring5webapp
Example Spring 5 Web Application
null
# Spring Framework 5: Beginner to Guru This repository is for an example application built in my [Spring Framework 5 - Beginner to Guru](https://www.udemy.com/testing-spring-boot-beginner-to-guru/?couponCode=GITHUB_REPO) online course The application is a simple Spring Boot 2 / Spring Framework 5 web application. It ...
1
marhan/effective-java-examples
Source code to the book Effective Java Second Edition" created by Joshua Bloch"
null
# Effective Java Examples This are the souces from the book "Effective Java Second Edition", written by Joshua Bloch. They are unmodifed, except the package names. The original source are downloaded from http://java.sun.com/docs/books/effective/index.html, but are no longer provided.
0
maxliaops/Java_Web_Examples
《实战突击:Java Web项目整合开发》源码
null
Java_Web_Examples ================= 《实战突击:Java Web项目整合开发》源码 01 - 都市供求信息网 02 - 物流配货网 03 - 编程爱好者博客地带 04 - 明日知道 05 - 天下陶网络商城 06 - 网络在线考试 07 - 物资管理系统 08 - 企业办公自动化系统 09 - 校园管理系统 10 - 高校学生选课系统 11 - MR网络购物中心 12 - 图书馆管理系统 13 - 讯友网络相册 14 - 企业门户网站 15 - 芝麻开门博客网 16 - 进销存管理系统 17 - 网上淘书吧 18 - 新奥家电连锁网络系统 19 - 大学生求职就业网 20 - 华奥汽车销售集团...
0
apache/camel-examples
Apache Camel Examples
camel integration java
null
0
nicolasgramlich/AndEngineExamples
AndEngine - Examples
null
null
0
healthnlp/examples
Health NLP Examples
null
null
0
oktadev/java-microservices-examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
java jhipster jhipster-microservices kubernetes microservices microservices-architecture netflix-zuul oauth2 reactive-microservices spring-boot spring-cloud spring-cloud-config spring-cloud-gateway
# Java Microservices with Spring Boot & Spring Cloud 🍃☁️ This repository contains examples of how to build a Java microservices architecture with Spring Boot, Spring Cloud, and Netflix Eureka. This repository has five examples in it: 1. A bare-bones microservices architecture with Spring Boot, Spring Cloud, Eureka ...
0
osate/examples
Examples and case-study that use OSATE
null
null
0
pkainulainen/Examples
A repository for the code examples of my blog
null
null
0
attacomsian/code-examples
Example projects for my personal blog.
java javascript mongodb mongoose nodejs nodejs-tutorials rest-api spring-boot spring-boot-tutorial spring-data-jpa thymeleaf
# Example Projects Example projects for https://attacomsian.com/blog/ website. All codes are released under [MIT](https://github.com/attacomsian/code-examples/blob/master/LICENSE) license unless otherwise specified.
1
pkainulainen/spring-mvc-test-examples
null
null
# Test With Spring Course If you are struggling to write good automated tests for Spring web applications, you are not alone! [I have launched a video course](https://www.testwithspring.com/?utm_source=github&utm_medium=social&utm_content=spring-mvc-test&utm_campaign=test-with-spring-course-presales) that describes ho...
0
structurizr/examples
Structurizr examples
null
# Examples This repo contains some Structurizr examples in the following formats: - [Structurizr DSL](https://github.com/structurizr/examples/tree/main/dsl) - [Structurizr for Java](https://github.com/structurizr/examples/tree/main/java) There are also some examples of how to use Structurizr for enterprise-wide mode...
0
fyhertz/libstreaming-examples
Some examples of how to use libstreaming
null
# Some examples of how to use libstreaming This repository contains three simple examples of how to use libstreaming. ### Libstreaming ? You can find out more about libstreaming [here](https://github.com/fyhertz/libstreaming). ### Example 1 Shows how to use the RTSP server. ### Example 2 Shows how to start a str...
0
mjpt777/examples
Code Examples
null
examples ======== Code Examples
0
aws-samples/aws-dynamodb-examples
DynamoDB Examples
null
# Various Examples and AWS SDK code examples for Amazon DynamoDB An Amazon Web Services and DynamoDB community-led repository containing code and examples for developing with and using [Amazon DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.html). We have [IAM policies for Dynam...
0
assertj/assertj-examples
Examples illustrating AssertJ assertions
assertj assertj-assertions java
## AssertJ examples AssertJ examples is divided in two : assertions-examples (core, guava and joda assertions) and AssertJ swing modules. The **main** branch contains examples with the latest released version of AssertJ modules (for Java 8). There are several branches that contain examples for the ongoing developmen...
0
holdenk/learning-spark-examples
Examples for learning spark
null
[![buildstatus](https://travis-ci.org/holdenk/learning-spark-examples.svg?branch=master)](https://travis-ci.org/holdenk/learning-spark-examples) Examples for Learning Spark =============== Examples for the Learning Spark book. These examples require a number of libraries and as such have long build files. We have also ...
0
flowable/flowable-examples
Repository with example Flowable projects
null
null
1
amehlhase316/ser321examples
null
null
# ser321examples All examples in this repository are for you to play with and to learn about the different concepts in this class. This repo is still a "living" thing. As we progress we might add more examples or make changes. You can use these samples to develop your solutions but you need to reference things if you...
0
SonarSource/sonar-custom-rules-examples
Shows how to bootstrap a project to write custom rules for PHP, Python, Cobol, RPG
language-team
Sonar Custom Rules Examples [![Build Status](https://travis-ci.org/SonarSource/sonar-custom-rules-examples.svg?branch=master)](https://travis-ci.org/SonarSource/sonar-custom-rules-examples) ========== This repository contains project examples you can directly clone to bootstrap your own project to write custom rules f...
0
j256/ormlite-examples
Various example programs
null
null
1
Vedenin/useful-java-links
A list of useful Java frameworks, libraries, software and hello worlds examples
awesome awesome-list java-api java-applications java-frameworks java-libraries java-links lists machine-learning resources
null
0
apache/incubator-kie-kogito-examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
bpm bpmn cloud-native cmmn dmn hacktoberfest java knative kogito quarkus rules-engine serverless-workflow spring-boot workflow workflow-engine
# Kogito Examples This module contains a number of examples that you can take a look at and try out yourself. Please take a look at the readme of each individual example for more details on how the example works and how to run it yourself (either locally or on Kubernetes). Since Kogito aims at supporting both Quarku...
0
kaiwaehner/kafka-streams-machine-learning-examples
This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.
deep-learning deeplearning4j dl4j h2o h2oai java kafka kafka-client kafka-streams keras keras-tensorflow ksql machine-learning open-source python tensorflow
null
0
pkainulainen/spring-batch-examples
null
null
# Test With Spring Course If you are struggling to write good automated tests for Spring web applications, you are not alone! [I have launched a video course](https://www.testwithspring.com/?utm_source=github&utm_medium=social&utm_content=spring-batch&utm_campaign=test-with-spring-course-presales) that describes how y...
0
pajikos/java-examples
For more info, check my blog:
null
# Java examples Working project examples
0
arquillian/arquillian-examples
This repository hosts the example projects that are covered in the Arquillian Guides as well as several additional examples.
null
# Arquillian Examples This repository hosts the example projects that are covered in the [Arquillian Guides](http://arquillian.org/guides/). These projects can be identified by the word "tutorial" in the name. There are several additional examples that demonstrate other functionality in Arquillian. All the projects in...
1
apache/camel-spring-boot-examples
Apache Camel Spring Boot Examples
camel integration java spring-boot
null
0
pkainulainen/spring-social-examples
null
null
# Test With Spring Course If you are struggling to write good automated tests for Spring web applications, you are not alone! [I have launched a video course](https://www.testwithspring.com/?utm_source=github&utm_medium=social&utm_content=spring-social&utm_campaign=test-with-spring-course-presales) that describes how ...
0
FabricMC/fabric-example-mod
Example Fabric mod
fabric
# Fabric Example Mod ## Setup For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. ## License This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
1
spring-framework-guru/sfg-blog-posts
Source code examples for blog posts
java spring springframework
[![CircleCI](https://circleci.com/gh/spring-framework-guru/sfg-blog-posts.svg?style=svg)](https://circleci.com/gh/spring-framework-guru/sfg-blog-posts) # SFG Blog Posts This repository contains source code examples from various blog posts from [Spring Framework Guru](https://springframework.guru) Are you interested i...
0
asciidoctor/asciidoctor-maven-examples
A collection of example projects that demonstrates how to use the Asciidoctor Maven plugin.
null
null
1
bintray/bintray-examples
Examples of resolving and deploying to Bintray.com
null
bintray-examples ================ Examples of resolving and deploying to Bintray.com For comments, issues and questions please use the feeback form on Bintray.com
0
spring-projects/spring-hateoas-examples
Collection of examples on how (and why) to build hypermedia-driven apps with Spring HATEOAS
hateoas rest spring
null
0
GoogleCloudPlatform/cloud-bigtable-examples
Examples of how to use Cloud Bigtable both with GCE map/reduce as well as stand alone applications.
samples
# Google Cloud Bigtable examples [![Travis CI status][travis-shield]][travis-link] [![Stack Overflow][stackoverflow-shield]][stackoverflow-link] Bigger than a data warehouse, fast enough for real-time access, and less expensive than running virtual machines. The world-renowned database that powers Google is now avail...
0
zpng/spring-cloud-microservice-examples
spring-cloud-microservice-examples
angularjs cloud eureka-server finagle hystrix java spring-cloud-microservice springboot thrift zipkin
# spring-cloud-microservice-examples spring-cloud-microservice-examples ## 说明 目前该项目实现了 zuul(路由模块), config-server(配置管理), eureka server(服务注册和发现), zipkin(服务调用追踪),hystrix, turbine stream (熔断分析) simple-service,simple-serviceB两个待发现的服务 simple-ui (一个用angular写的前端页面) 路由功能实现在 cloud-api-gateway 模块,注册到eureka server上面,所有的请...
0
joshlong-attic/boot-examples
a repository for convenient Spring Boot examples
null
boot-examples ============= a repository for convenient Spring Boot examples
0
RefactoringGuru/design-patterns-java
Design Pattern Examples in Java
design-patterns java
# Design Patterns in Java This repository is part of the [Refactoring.Guru](https://refactoring.guru/design-patterns) project. It contains Java examples for all classic GoF design patterns. ## Requirements The examples were written in Java 8, but also tested in Java 9. For the best experience, we recommend workin...
0
RameshMF/spring-boot-tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
annotations spring-application spring-boot spring-data spring-security tutorial xml-configuration
<h1>YouTube Channel - Spring Boot Tutorial</h1> <p>Subscribe for future video and updates</p> <a href="https://www.youtube.com/playlist?list=PLGRDMO4rOGcNSBOJOlrgQqGpIgo6_VZgR" target="_blank">Spring Boot Tutorial on YouTube </a> # Newly published spring boot tutorials (2020) <ul style="text-align: left;"> <li><a hre...
0
payara/Payara-Examples
Repository for Example Code to demonstrate Payara specific features
null
// // Copyright (c) 2016-2022 Payara Foundation and/or its affiliates. // # Payara Platform Examples Repository for Example Code to demonstrate Payara specific features ### [Administration Samples](administration-examples) This module contains some example asadmin scripts for managing Payara ### [Java EE](javaee) So...
1
CamelCookbook/camel-cookbook-examples
Example source code for Apache Camel Developer's Cookbook
apache-camel examples integration packtpub
Apache Camel Developer's Cookbook, 2nd Edition Samples ====================================================== [![Build Status](https://travis-ci.org/CamelCookbook/camel-cookbook-examples.png?branch=master)](https://travis-ci.org/CamelCookbook/camel-cookbook-examples) [![Stories in Ready](https://badge.waffle.io/CamelC...
1
databricks/learning-spark
Example code from Learning Spark book
null
[![buildstatus](https://travis-ci.org/holdenk/learning-spark-examples.svg?branch=master)](https://travis-ci.org/holdenk/learning-spark-examples) Examples for Learning Spark =============== Examples for the Learning Spark book. These examples require a number of libraries and as such have long build files. We have also ...
1
castagna/jena-examples
A collection of ready to use, small and self contained examples on how to use Apache Jena
null
null
0
zhangjun0x01/bigdata-examples
分享一些在工作中的大数据实战案例,包括flink、kafka、hadoop、presto等等。欢迎大家关注我的公众号【大数据技术与应用实战】,一起成长。
null
分享自己平时工作和学习中遇到的一些大数据相关的知识点,如hadoop、flink、presto、hive、iceberg等等,更多精彩内容欢迎大家关注我的微信公众号: ![欢迎关注我的公众号:大数据技术与应用实战](https://img-blog.csdnimg.cn/20200727095900191.png)
0
haoxiaoyong1014/springboot-examples
spring boot 集成各技术案例
spring-boot springboot-netty springboot-oauth2 springboot-redis
# springboot-examples spring boot 集成各技术案例 <img src="https://camo.githubusercontent.com/95c3d7ef0b5da8445087e462514063675f79321d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4372656174697665253230436f6d6d6f6e732d4443334432342e737667" alt="知识共享协议(CC协议)" data-canonical-src="https://img.shields...
0
leeowenowen/rxjava-examples
全面,完整,图文并茂的RxJavaAPI使用示例。
null
#RxJava 示例工程 #理解RxJava API的一个关键是明白API需要Observable的Case是异步使用场景,而返回普通对象类型的是同步使用场景, 比如flatmap与map, buffer中的多个重载等。 讲解RxJava如何使用的示例工程,你可以将它安装在android手机上,然后就可以随手学习RxJava的api了. 点击API名称,可以看到源码,源码输出以及对应的marble-diagram. >API描述目前支持中文和英文两种语言, 如果你的Android设备使用的是中文,那么你看到的API描述会跟我如下的截图有所不同. # rxjava-examples rxjava-example android ...
0
mattdesl/lwjgl-basics
:wrench: LibGDX/LWJGL tutorials and examples
null
null
0
spring-projects/spring-integration-samples
You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
null
Spring Integration Samples ========================== [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-integration-samples) Welcome to the **Spring Integration Samples** repository whic...
1
eventuate-tram/eventuate-tram-examples-customers-and-orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
eventual-consistency java microservice-architecture microservices sagas spring-boot
null
1
jjenkov/javafx-examples
A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.
null
# JavaFX Examples This repository contains a growing collection of JavaFX examples. So far this GitHub repository contains 76 examples. I have plans to add lots more examples in the future, so make sure you star this repository for future reference ;-) The lists of examples is found here: - [JavaFX Basic Examples](#...
0
mscharhag/blog-examples
null
null
blog-examples ============= This repository contains example code for various blog posts on [https://www.mscharhag.com/][1] [1]:https://www.mscharhag.com/
0
mswiderski/jbpm-examples
Various examples of jBPM 5
null
jbpm-examples ============= Various examples of jBPM 5 and 6: - use of jbpm as a framwork - use of jbpm service - use of jbpm services with spring to build execution server
0
m0ver/tinystruct-examples
The framework is quite easy to be used, but in order to help you to understand deeply, we prepared some code examples for your reference. It might be helpful for you to hand it easily.
null
<img src="https://avatars.githubusercontent.com/u/3723144?s=400&u=6c4b365e7feb0aab20383785d77ba27abf9f5bb8&v=4" title="tinystruct2.0" /> tinystruct framework ========= [![Build Status](https://travis-ci.org/m0ver/tinystruct-examples.svg?branch=master)](https://travis-ci.org/m0ver/tinystruct2.0) This is an example pro...
0
streamnative/examples
Apache Pulsar examples and demos
apache-pulsar schema
<img src="images/streamnative-logo.png" width="250"> * [Overview](#overview) # Overview This is a curated list of demos that showcase Apache Pulsar® messaging and event streaming capabilities. # Clients - [PubSub Client Examples](clients/README.md) # Cloud - [SteamNative Cloud Examples](cloud/README.md) # Flink...
0
googleads/googleads-adsense-examples
Samples for the AdSense Management API
null
Samples for the AdSense Management API =========================== The AdSense Management API v2 is [now availble](https://ads-developers.googleblog.com/2021/04/announcing-v2-of-adsense-management-api.html). Updated examples can be found for each language in the top-level `v2` directory. These code samples are organiz...
0
in28minutes/MavenIn28Minutes
Maven Tutorial for Beginners with Examples
null
# Maven Tutorial for Beginners - with Examples In28Minutes [![Image](https://www.springboottutorial.com/images/Course-Maven-Tutorial-Manage-Java-Dependencies-in-20-Steps.png "Maven Tutorial - Manage Java Dependencies in 20 Steps")](https://www.udemy.com/course/learn-maven-java-dependency-management-in-20-steps/) ## I...
1
ttrelle/spring-data-examples
Examples for using Spring Data for JPA, MongoDB, Neo4j, Redis
java jpa mongodb neo4j redis spring-data
# Spring Data Blog Series This projects holds the Java source examples for my blog post series on the Spring Data project: * [GridFS Support in Spring Data MongoDB](http://blog.codecentric.de/en/2012/07/gridfs-support-in-spring-data-mongodb/) * [Part 6: Spring Data Redis](http://blog.codecentric.de/en/2012/04/spring-...
0
resteasy/resteasy-examples
RESTEasy examples
null
null
0
aliyun/tablestore-examples
Example code for aliyun tablestore.
null
# Aliyun TableStore Examples [![License Status](https://img.shields.io/badge/license-apache2-brightgreen.svg)](https://travis-ci.org/aliyun/aliyun-tablestore-nodejs-sdk) ## [Click here for the English README](README_EN.md) **目录** - [1、项目结构](#1%E9%A1%B9%E7%9B%AE%E7%BB%93%E6%9E%84) - [2、开通与配置](#2%E5%BC%80%E9%80%9A%E4%B...
1
swagger-api/swagger-core
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
java open-source openapi openapi-specification openapi3 rest rest-api swagger swagger-api swagger-oss
# Swagger Core <img src="https://raw.githubusercontent.com/swagger-api/swagger.io/wordpress/images/assets/SW-logo-clr.png" height="50" align="right"> **NOTE:** If you're looking for Swagger Core 1.5.X and OpenAPI 2.0, please refer to [1.5 branch](https://github.com/swagger-api/swagger-core/tree/1.5). **NOTE:** Since ...
0
eazybytes/microservices-with-spring-sectionwise-code
Microservices With Spring, Docker, Kubernetes - Code Examples
docker docker-compose java kubernetes microservices spring spring-boot spring-cloud
# This repo belongs to older version of the course. For the current version of the microservice course, please use below GitHub repo, https://github.com/eazybytes/microservices
0
HaydiKodlayalim/spring-examples
SpringBoot Examples
aop elasticsearch graphql java jwt-token mongodb postgresql rabbitmq spring-aop spring-data spring-data-jpa spring-security springboot swagger2
null
0
write2munish/Akka-Essentials
Java/Scala Examples from the book - Akka Essentials
actors akka java remote-actors scala supervisor testkit
Akka Essentials (refer http://akka-essentials.blogspot.com/ for more details) [![Build Status](https://api.travis-ci.org/write2munish/Akka-Essentials.png)](https://api.travis-ci.org/write2munish/Akka-Essentials) You will find examples of Akka in Java & Scala, talking of one concept along with a problem solved Client...
0
saturnism/grpc-by-example-java
A collection of useful/essential gRPC Java Examples
containers distributed-tracing docker examples grpc grpc-java java java8 jpa kubernetes prometheus rxjava rxjava2 spring-boot stream zipkin
gRPC Java Examples ================== This is a collection of Java gRPC examples. This is not official Google product. [YouTube video](https://www.youtube.com/watch?v=xpmFhTMqWhc)
0
ebean-orm/examples
Example use Ebean with Maven, Gradle, Java and Kotlin
null
# examples Examples using Ebean with Maven, Gradle, Java and Kotlin <table> <tr> <td>base-example</td> <td>A basic maven Java8 example</td> </tr> <tr> <td>basic-gradle-java</td> <td>Gradle5 Java8 example</td> </tr> <tr> <td>basic-gradle-kotlin</td> <td>Gradle5 Kotlin example. Includes Kotlin query bean g...
1
hamvocke/spring-testing
A Spring Boot application with lots of test examples
microservices spring spring-boot spring-test tdd test-automation test-microservices test-pyramid testing
# The Practical Test Pyramid: Spring Boot Edition [![Build Status](https://circleci.com/gh/hamvocke/spring-testing/tree/master.svg?style=svg)](https://circleci.com/gh/hamvocke/spring-testing/tree/master) This repository contains a *Spring Boot* application with lots of test examples on different levels of the [Test P...
0
rathboma/hadoop-framework-examples
An implementation of a real-world map-reduce workflow in each major framework.
null
# Realistic Hadoop Data Processing Examples This code is to accompany [my blog post on map reduce frameworks][1] The point of the code in this repository is to provide an implementation for a business question (listed below) in each of the major Map Reduce frameworks. Each implementation will get it's own subdirecto...
0
chanjarster/spring-test-examples
Spring、Spring Boot和TestNG测试指南
null
# Spring、Spring Boot和TestNG测试指南 Spring、Spring Boot都提供了非常便利的测试工具,但遗憾的是官方文档的大多数例子都是基于JUnit的。本人比较喜欢用TestNG做单元、集成测试,所以开启了本项目收集了在Spring、Spring Boot项目中利用TestNG测试的例子。 ## 章节列表 1. [Chapter 0: 基本概念][chapter_0_concept] 1. Chapter 1: 基本用法 1. [引言][chapter_1_intro] 1. [认识TestNG][chapter_1_s1_testng] 1. [使用Spring Testi...
0
laolunsi/spring-boot-examples
:green_salad:​ Spring/SpringBoot/SpringCloud 实践学习案例,从入门到精通,持续更新中,欢迎交流学习:beer: !
alibaba-cloud blog elasticsearch gateway java mail nacos rabbitmq redis spring spring-boot spring-cloud spring-cloud-alibaba spring-cloud-gateway
# spring-boot-exmaples :smile: 该仓库为Spring/SpringBoot/SpringCloud系列技术栈 目前还在持续更新中哦!我的公众号:猿生物语,ID: JavaApes, 欢迎大家与我一起学习、进步! :tipping_hand_man: demo表示实战示例,study表示知识点的深入学习,请注意!因为工作较忙,可能部分已上传代码的子项目对应的文章还未发布,如有问题可以联系我! 如果您觉得该教程还算有所帮助,还请点个**star**支持一下! --- ## Spring Boot - [x] spring-boot-ssm-demo: [Spring Boot SSM 简单整...
0
CrossTheRoadElec/Phoenix5-Examples
HERO C#, FRC C++/Java, future platforms.
null
null
0
devunwired/recyclerview-playground
Examples of RecyclerView use and custom LayoutManager implementations
null
Android RecyclerView Examples ----------------------------- This repository contains examples for using the RecyclerView widget found in the Android Support Library. Disclaimer ---------- This repository contains sample code intended to demonstrate the capabilities of the RecyclerView layout manager APIs. It is not i...
0
langchain4j/langchain4j-examples
null
null
# [LangChain4j](https://github.com/langchain4j/langchain4j) Examples This repository provides several examples using the LangChain4j library. A good place to start includes: - [Tutorials](https://github.com/langchain4j/langchain4j-examples/tree/main/tutorials/src/main/java) - [More examples](https://github.com/langch...
0
luoyan35714/OPC_Client
OPC client examples
null
## OPC_Client OPC client examples include [utgard](http://openscada.org/projects/utgard/) and [jeasyopc](http://sourceforge.net/projects/jeasyopc/?source=navbar) Also for the real produce environment, there's two example for <b>performance</b> test. ## 已完成 `Utgard`部分已经全部完成 ## Next Step + JeasyOPC继续压力测试 + 40W点下异步的时间...
0
TNG/ArchUnit-Examples
Examples for ArchUnit (A Java architecture test library, to specify and assert architecture rules in plain Java)
null
# ArchUnit Examples This module presents some examples on how to use the latest release of [ArchUnit](http://archunit.org). The different subprojects demonstrate the type of test support: * `example-junit4` shows how to use the JUnit 4 test support including the `ArchUnitRunner` * `example-junit5` shows how to use th...
0
gothinkster/spring-boot-realworld-example-app
Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
mybatis realworld spring-boot
# ![RealWorld Example App using Kotlin and Spring](example-logo.png) [![Actions](https://github.com/gothinkster/spring-boot-realworld-example-app/workflows/Java%20CI/badge.svg)](https://github.com/gothinkster/spring-boot-realworld-example-app/actions) > ### Spring boot + MyBatis codebase containing real world example...
1
Udinic/SmallExamples
A collection of small examples from my blog
null
Small Examples ============== This project combines a collection of modules, each intended to show a certain feature discussed in my blog. This project can be easily opened in IntelliJ IDEA, or imported into your favorite IDE. Developed By ============ * Udi Cohen (udinic@gmail.com) License ======= Copyright 20...
0
andreschaffer/event-sourcing-cqrs-examples
Event Sourcing and CQRS in practice.
cqrs cqrs-es ddd domain-driven-design event-sourcing event-store events hexagonal-architecture java
![Build](https://github.com/andreschaffer/event-sourcing-cqrs-examples/workflows/Build/badge.svg) [![Test Coverage](https://api.codeclimate.com/v1/badges/299df5b2515003778612/test_coverage)](https://codeclimate.com/github/andreschaffer/event-sourcing-cqrs-examples/test_coverage) [![Maintainability](https://api.codeclim...
0
centic9/jgit-cookbook
Provides examples and code snippets for the JGit Java Git implementation
git java-git jgit jgit-cookbook
jgit-cookbook ============= [![Build Status](https://github.com/centic9/jgit-cookbook/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/centic9/jgit-cookbook/actions) [![Gradle Status](https://gradleupdate.appspot.com/centic9/jgit-cookbook/status.svg?branch=master)](https://gradleupdate.appspot.com/cent...
0
cxyxiaokui/spring-boot-examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
devtools filter freemarker interceptor jsp jwt mybatis rabbitmq redis servlet spirng-data-jpa spring-boot spring-session springboot springboot2 swagger thymeleaf webflux websockets weixin
SpringBoot2.x 个人学习示例程序 ========================= ![Spring Boot 2.0](https://img.shields.io/badge/Spring%20Boot-2.0-brightgreen.svg) ![JDK 1.8](https://img.shields.io/badge/JDK-1.8-brightgreen.svg) ![Maven](https://img.shields.io/badge/Maven-3.5.0-yellowgreen.svg) ![license](https://img.shields.io/badge/license-apache%...
0