Home

0

Mockito

1. Add the ‘mockito-all’ dependency to your build.gradle file1234567891011dependencies { ... testCompile group: 'org.mockito', name: 'mockito-all', version: '1.

0

Interpark - Lombok in Intellij

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

0

The Usage of Selectkey option of Mybatis

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(

0

Create Custom AMI

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

0

Configuration of AWS ALB

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

0

Configuration of AWS EC2

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

0

Configuration of Network for AWS (1/2)

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

0

Configuration of Network for AWS (2/2)

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