Category: Devlog
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
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(
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
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
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
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
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
Usage of JUnit Basic
How to Use Junit1. Calculator ExampleWe need two files for testing JUnit. One is Calculator.java and the other is CalculatorTest.java Let’s start to make the package and files for that. 1234> mkdir
Let's set the environment of Spring + Mybatis + Oracle in Intellij
1. Create Project.1File > New > Project Please select Gradle Category and then You can see many various libraries for this. then Let’s start to add 2 options named Java , Web like below. If you