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-controller-jpa-unittest
This project shows an example about how to write junit in controller, service and dao layer using springboot.
techragesh/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.
techragesh/springboot-bitbucket-pipeline-demo
springboot-bitbucket-pipeline-demo. This project shows how to create pipeline and how to enable pipeline in bitbucket and REST API using Swagger implementation.
techragesh/springboot-controller-intergrationtest
This project deals with Spring boot Integration Testing. The application used controller layer as base for integration testing. Used TestRestTemplate class for integration testing.
techragesh/angular2App
This project showed some examples of Angular2
techragesh/springboot-apachecxf-demo
This project demonstrates how to implement apachecxf in Springboot.
techragesh/springboot-apachecxf-service
This project demonstrates how to implement apachecxf service in Springboot and how to generated javatowsdl after service implementation
techragesh/springboot-docker-demo
This project is implemented in Spring boot and deployed the build in docker environment. Created docker image for docker implementation.
techragesh/springboot-swagger-demo
This project shows how to implement swagger in Spring boot.