The effective way how to handle the Json type data
1. Cofiguration of the json environment.build.gradle12345678910111213dependencies { ... compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '
1. Cofiguration of the json environment.build.gradle12345678910111213dependencies { ... compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '
This article will skip the configuration of Spring Framework Environment basically because It’s not main focus of this and It’s too longer then the thing related to the spring test. If you want to kno
Config Default Spring Project.If you can’t config Spring Project then please read the article before following this. Add the dependencies at the build.gradle1234567891011121314151617181920212223242526
1. CREATE TABLEIn my case, I use Oracle 11g Database. 12345678CREATE SEQUENCE PLAYER_NO_SEQ START WITH 1 INCREMENT BY 1 MAXVALUE 10000 MINVALUE 1 NOCYCLE; 12345678CREATE TABLE PLAYER(
Create Custom AMIWe can create custom ami using the instance setting information, which made before. Let’s modify as the below code and Press the ‘Create image’ button 1234567Image name : web9Image d
Configuration of Amazon Load Balancer Do you know the function of Load Balancer in the network? if you have just a one web server and the number of your customer is not too many, then actually You don
Configuration of EC2 instance Let’s start to configure the AWS EC2 in the subnet when you complete to configure the network. EC2EC2 means the abbreviation of ‘Elastic Compute Cloud’. We can define thi
Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab
Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab