All Projects → javadevjournal → Javadevjournal

javadevjournal / Javadevjournal

Source code for the tutorials published on the Javadevjournal site.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Javadevjournal

Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-58.16%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, maven, spring-security
Market
Simple web-market: Spring, JSP, REST, Hibernate (under modernization)
Stars: ✭ 47 (-66.67%)
Mutual labels:  rest-api, spring-data-jpa, spring-boot, spring-mvc, spring-security
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+973.76%)
Mutual labels:  spring-data-jpa, spring-boot, spring-cloud, spring-mvc, spring-security
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+85.11%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, spring-security
Mcloud
基于Spring Cloud,实现微服务中常用的基础模块,包括 OAuth2 认证服务,统一注册中心,系统监控中心, 统一配置中心,API网关以及熔断器
Stars: ✭ 185 (+31.21%)
Mutual labels:  rest-api, spring-boot, spring-cloud, spring-security
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (-75.18%)
Mutual labels:  spring-cloud, spring-security, spring-mvc, spring-data-jpa
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (+129.08%)
Mutual labels:  spring-boot, spring-cloud, spring-mvc, spring-security
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+241.84%)
Mutual labels:  rest-api, rest, spring-boot, spring-security
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+119.15%)
Mutual labels:  rest, spring-data-jpa, spring-boot, spring-mvc
Spring Lemon
Helper library for Spring Boot web applications
Stars: ✭ 529 (+275.18%)
Mutual labels:  rest-api, spring-boot, spring-mvc, spring-security
Cloud Enabled Microservice
Tasks microservice (Spring Boot, MVC, Data, Lombok, Cloud, OAuth2, Config, Eureka, Zuul, Hystrix, Docker)
Stars: ✭ 14 (-90.07%)
Mutual labels:  spring-data-jpa, spring-boot, spring-cloud, spring-mvc
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (-14.18%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, spring-security
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+52.48%)
Mutual labels:  rest, spring-boot, spring-mvc, spring-security
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+82.27%)
Mutual labels:  rest-api, rest, spring-data-jpa, spring-mvc
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (+41.13%)
Mutual labels:  rest, spring-data-jpa, spring-boot, spring-security
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+322.7%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, spring-security
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (-2.13%)
Mutual labels:  rest-api, rest, spring-boot, spring-mvc
Spring Boot Shopping Cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
Stars: ✭ 85 (-39.72%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, spring-security
Sample Spring Oauth2 Microservices
some examples that show basic and more advanced implementations of oauth2 authorization mechanism in spring-cloud microservices environment
Stars: ✭ 109 (-22.7%)
Mutual labels:  spring-boot, spring-cloud, spring-security
Cloud Book
《Spring Cloud 微服务架构进阶》各章节附录源码
Stars: ✭ 142 (+0.71%)
Mutual labels:  spring-boot, spring-cloud, spring-security

Java Dev Journal

Java and Spring development tutorials

Java Dev Journal is a technical blog which publish articles, blog post on the following topics:

Spring Boot Course

If you are starting with the Spring Boot, we have a free course on the Spring Boot.Our free Spring Boot course start from the basic and bring you to the speed with the advance concepts of the Spring Boot.The course includes free video lessons to help you lean the concepts more easily.

Build REST API With Spring

Leanr fundamentals of building REST API with Spring. Our free course will help you to quickely start from the basics of the REST.This course help you to impliment these REST principles using Spring framework.

Techinical Interview Series

If you are preparing for your next job interview, we have an interview series to help you prepare for your next job.

Source Code

This repository contains the source code for all the artcile published on the JavaDevJournal.All these projects are maven based.You can download and run the project by following these steps:

Building the Project

To build these mavens based projects,run the following command: mvn clean install

Running Spring Boot Project

To run a Spring Boot module run the command: mvn spring-boot:run

Running Java Project

Find the main class and run it.

Few Popular Articles on Java Dev Journal

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