Spring Boot: Environment friendly application properties
In enterprise application development we need to manage various configuration depends on your environment or profile. i.e. we need to provide profile specified configuration to deployable . Profile specific means we need to change our configuration for Local Development Environment QA Test Environment Staging Environment Production Environment Or this classification may vary for different organization.

Spring Boot: Working with multiple SQL database
Problem Statement In this write up we are going to cover how to use multiple database in Spring Boot Application with minimum configuration and ease of use. In Ordinary Web application we don’t need multiple databases but when you go for enterprise development it is really required and useful. There are multiple reason behind using

Hibernate OGM basics with MongoDB
Hello Guys, We are back after long time. From this post we started new vertical which is combination of MongoDB and Hibernate. Yes, I am talking about Hibernate OGM. You will find other verticals on this blog for MongoDB, Hibernate ORM and Spring Boot, please go through it if you want to brush up your

Spring boot: Database connectivity to MySQL using Hibernate + Web
Hello friends, In this post we will see how to connect database using boot, for this demo will use MySQL as a database and Hibernate as an ORM. For this example we need "Web" and "JPA" dependency in our project. Add below dependency in your pom.xml
Note: artifactId spring-boot-starter-data-jpa will internally provides support and
1 2 3 4 5 6 7 8 9 |
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> |

Spring Boot: Sample web app with embedded tomcat
In this post we will see how to create a view page and way to render it. Here we will use embedded tomcat as a container as well. You can easily understand and run this example if you know Spring MVC, some configuration and dependency related changes are required. Let’s see files used in this
Spring Boot: Understanding starters
In Previous post we learn a basic idea about boot application. Let's see some short but useful funda used covered in that post. Here i am talking about Spring Boot Starters. Spring boot provides 45+ built in starters which provides capability to support ready to implement capability. Git url for Boot starter is: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters you

Spring Boot: Starting up with basic microservice
Welcome back guys, Today i discovered a new branch of spring framework called "Spring Boot". http://projects.spring.io/spring-boot/ It provides easy way to create stand alone, production ready app with minimal configuration, i can say Zeeeeero configuration. And yes, boot provides a easy way to create Microservices System. Microservice means divide a large scale project/application into small
MongoDB: Basics with java
Now in this post we’ll see how to create database, collection, accessing documents from collection, and other CRUD operation and useful function using Java. Prerequisites For demo you need to add Java driver for MongoDB in your classpath. You can download a driver from official MongoDB site. For all demos in http://kode12.com we are using

MongoDB: Basics with shell
In post MongoDB: Basic Installation we learn how to install MongoDB, and test that it is working expected or not. Now in this post we’ll see how to create database collection accessing documents from collection other CRUD operations and useful function using Mongo shell. Connect to MongoDB Last step of previous post is to connecting

Tubewell App
This is our first post/project where we worked to solve real time problems for our locality/rural area. Before moving ahead let me introduce some coders (actually owls) Sudhir Prajapati (.Net Guy, SKP Gandhinagar student) and another is Kishan Prajapati (Java Guy, SKP Gandhinagar student, Mr Siraj 2016) who really works hard to make my imagination