본문 바로가기

Eng words

2020/04/30 Eng Words

Disabled

이용가능하지 않은

Static은

Class 소속, Object없이 run가

Instance는 class를 참조 (instance를 생성함으로써 변경가능)

class는 instance를 거부.  

Instance는 private 붙일  있음 ex.

privateJunitTestjtest=newJunitTest("Jtest");

Constructor는

Delimiter = _delimiter;

This는 

instance화 되었을때 Instance를 가르킴

MavenCentral

Java repositories의 원격 저장소 난이도 높음

Jcenter

Java repositories의 원격 저장소 난이도 낮음

mavenCentral업로드도 자동화 해줌

@SpringBootApplication

springboot의 자동설정, spring bean 읽기와 생성 모두 자동. 단 프로젝트 최상단에 위치해야 함.

Knowable

알 수 있는

Tomcat

WAS(Web Application Server(동적인 데이터 처리))라고함. Web server와 Web container의 결합으로 다양한 기능 구현

@Getter

선언된 모든 필드의 get mathod를 생성해줍니다.

@RequiredArgsConstructor

선언된 모든 final 필드가 포함된 생성자를 생성해 줍니다.

assertThat

assertj라는 테스트 검증 library의 검증 mathod

isEqualTo

assertj의 동등 비교 mathod.

Public < Protected < Private

Public 어느곳에서든 해당 객체 참조 가능

Void

그저 실행만 도와줌

String

문자열

Args

변수명

'Eng words' 카테고리의 다른 글

2020/04/28 Eng Words  (0) 2020.05.01
2020/05/1 Eng Words  (0) 2020.05.01
2020/04/29 Eng Words  (0) 2020.04.29
2020/04/27 Eng Words  (0) 2020.04.27
2020/04/26 Eng Words  (0) 2020.04.26