Pinned Repositories
-springboot-controller-jpa-unittest
This project shows an example about how to write junit in controller, service and dao layer using springboot.
aws-serverless-demo
This project explains how can to work with API Gateway, Lambda, S3, CloudFormation, DynamoDB using serverless framework
blockchain-hyperledger-fabric-demo
This project explains how blockchain works in IBM Hypledger Fabric with simple application
springboot-batch-dbtocsv-demo
This project explains how to insert data from database to csv file using springbatch through springboot
springboot-cloud-config-demo
This project shows how to use spring boot cloud config for changing the environment in real time
springboot-jasypt-encrypt-demo
This project shows an example for encrypt data using Jasypt with Spring boot. Jasypt is a java library which provides nice features for encryption.
springboot-microservice-demo
This project demonstrates how to implement microservice from springboot. Created stockservice and accountservice and configured in spring cloud and access the service from accountweb project.
springboot-security-mysql
This project shows how to configure spring security with mysql in the rest implementation
springboot-zipkin-demo
This project explains how to implement zipkin in springboot microservices.
springboot-zuulproxy-demo
This project shows how to proxy the url using spring microservice.
techragesh's Repositories
techragesh/springboot-batch-dbtocsv-demo
This project explains how to insert data from database to csv file using springbatch through springboot
techragesh/springboot-security-mysql
This project shows how to configure spring security with mysql in the rest implementation
techragesh/mapstruct-demo
This project explains how automatically do java mapping using mapstruct API
techragesh/springboot-microservice-demo
This project demonstrates how to implement microservice from springboot. Created stockservice and accountservice and configured in spring cloud and access the service from accountweb project.
techragesh/springboot-zipkin-demo
This project explains how to implement zipkin in springboot microservices.
techragesh/springboot-zuulproxy-demo
This project shows how to proxy the url using spring microservice.
techragesh/angular-springboot-integration-demo
This project explains how to integrate springboot and angular by using simple CRUD application
techragesh/angular6chartdemo
This project shows how to implement chart using angular6
techragesh/java9modularityexample
This project shows how to use modularity in java9
techragesh/javadesignpatterns
The project explained about java design patterns with examples.
techragesh/learnjava8
This repository covered all topics of java8 with more examples.
techragesh/lombokjavaexample
This project explains lombok in java. Lombok is a java library which help us to remove the boiler plate code of java model classes
techragesh/M101J-mongodbforjavadevelopers
This project explains the mongodb tutorials for java developers
techragesh/simpleblockchaininjava
This project explains how to do simpleblockchain in java
techragesh/springboot-angular2-okta-demo
This project demonstrates how springboot and angular2 works with okta
techragesh/springboot-apachecxf-client
This project demonstrates how to implement apachecxf client in Springboot and how to generated wsdltojava for client call.
techragesh/springboot-docker-maven
This project shows how to configure docker in maven for the springboot application
techragesh/springboot-ehcache-example
techragesh/springboot-email-demo
This project demonstrates email implementation using spring boot. This example shows sending email with text, with attachment and with inline attachement
techragesh/springboot-hystrix-dashboard-demo
This project explains how hystrix and hystrix dashboard works in springboot with simple rest service
techragesh/springboot-jpa-mysql-demo
This project has a simple springboot application with CRUD operations using JPA
techragesh/springboot-kafka-consumer-demo
This project explains how to consume the message using kafka with Springboot. Here I take json message as an example
techragesh/springboot-kafka-producer-demo
This project explains how to publish the message using kafka with Springboot. Here I take json message as an example
techragesh/springboot-liquibase-demo
This project shows how to create tables and insert records through code using liquibase without add manually by DML or DDL Script.
techragesh/springboot-loglevel-runtime-demo
This project shows how to change the loglevel at runtime using springboot without restart the application or server
techragesh/springboot-mysql-docker-demo
This project shows how to deploy springboot with mysql application in docker container
techragesh/springboot-rabbitmq-consumer-demo
This project demonstrate how to implemet JMS using RabbitMq in Consumer.
techragesh/springboot-rabbitmq-producer-demo
This project demonstrate how to implemet JMS using RabbitMq in Producer.
techragesh/springboot-twoway-ssl-demo
This project explains how to communicate client and server using SSL in Springboot. The server project is a simple rest service application using SSL. The client project just call the server project with the help of SSL implementation.
techragesh/springbootbatch-csvtodb-demo
This project explains how to insert data from csv file to database using springbatch through springboot