Live Study 12주차 - Annotation
애노테이션 정의하는 방법 자바 표준 애노테이션 @Override @Deprecated @SuppressWarnings @FunctionalInterface @SafeVarargs @Native @Target @Retention @Documented @Inherited 애노테이션 프로세서 애노테이션 정의하는 방법Enum과 함께 Java 1.5에
애노테이션 정의하는 방법 자바 표준 애노테이션 @Override @Deprecated @SuppressWarnings @FunctionalInterface @SafeVarargs @Native @Target @Retention @Documented @Inherited 애노테이션 프로세서 애노테이션 정의하는 방법Enum과 함께 Java 1.5에
12GET http://youngjinmo.github.io/member?id=2 // type 1GET http://youngjinmo.github.io/member/2 // type 2 스프링부트에서 URL로 파라미터를 전달하는 두가지 방식이 있다. type 1의 방식이 쿼리 스트링을 적용한 방식이고, type 2가 REST하게 이용하는 방