스프링 filter, interceptor, AOP Aug 6, 2021 alex Filter, Interceptor, AOP란? 간단하게 설명하자면, 작업하면서 공통적으로 처리해야 할 업무들을 중복되지 않게 사용하기 위해서 공통 부분을 관리하게 되는데, 이러한 공통... Filter, Interceptor, AOP in Spring Jul 28, 2021 jay #Spring에서 Filter, Interceptor, AOP 사용하기 웹 애플리케이션 개발을 하다보면 공통 처리가 필요한 부분이 존재한다. 대표적으로 로그인 세션 및 권한 체크,... Spring Springboot Properties messaging Jul 15, 2021 soo Spring Spring 프레임 워크를 이용하여 다국어 메세지 처리를 설정할 수 있다. 1. 설정 우선 message-context.xml을 작성하고 ###message.properties### message.list=\uB9AC\uC2A4\uD2B8 \uD638\uCD9C message.save=\uC800\uC7A5\uD558\uC168\uC2B5\uB2C8\uB2E4... Spring, Spring Boot message Jul 14, 2021 Dan Spring Message message를 사용하기 위해서는 먼저 context.xml에 필요한 설정을 합니다. message폴더안에 있는 properties파일의 위치를 지정하는데 2가지 방식이 있다. ResourceBundleMessageSource 와... Spring, Spring Boot properties Jul 4, 2021 Dan Spring properties 파일 읽어오기 먼저 resources아래 properties파일을 생성합니다. 읽어오기를 원하는 문구를 properties 파일에 입력합니다. 그 다음 properties 파일을 읽기위해 configuration과... message in Spring Jul 2, 2021 jay Spring에서 message 사용하기 Message를 활용하면 유저에게 보여줘야하는 정보를 Locale에 따라 출력하거나 관리하기에 용이하다. 우선 MessageSource를 사용하기 위해 xml 에 설정을... Read .properties file in Spring, Spring Boot Jul 2, 2021 jay Spring, Spring Boot에서 properties 파일 읽기 우선 resource 폴더 아래에 config 폴더와 properties 파일을 생성해주었다. @PropertySource 어노테이션에 .properties 파일 주소를... 스프링과 부트에서 프로퍼티 파일 사용 Jul 2, 2021 alex 스프링 프레임워크 스프링에서 프로퍼티 파일 설정 및 사용 프로퍼티 파일 코드 내에 정보들을 넣어두지 않고 .properties라는 파일에 저장 및 관리하면서... 스프링과 부트에서 프로퍼티 파일을 이용한 메시징 Jul 2, 2021 alex 스프링 프레임워크 스프링에서 메시징 설정 및 사용 메시징 오류 메시지 등 다양한 메시지들을 프로퍼티 파일에 따로 관리하는 방법 소스 코드와... Simple RestController and DB Connection with Sp... Jun 22, 2021 jay Spring, Spring Boot에서 간단한 RestController 구현 및 DB 연결하기 1. Spring에서 DB 연동하기 우선 pom.xml에 DB 연결과 MyBatis 구성에 필요한... Logback cofiguration for Spring, Spring Boot Jun 21, 2021 jay Spring, Spring Boot에 logback 적용하기 logback 이란? logback은 Log4J(Log for JAVA)를 기반으로 개발된 Logging framework로, 빠른 속도와 적은 메모리 점유에... 스프링 프레임워크 ORM Jun 18, 2021 Spring ORM (Hibernate + MySql) ORM - ORM(Object-relational mapping) 데이터베이스와 객체 지향 프로그래밍 언어간의 호환되지 않는 데이터를 맵핑하는 프로그래밍기법이다. 객체... 스프링 프레임워크 LogBack Jun 18, 2021 Spring Log Back pom.xml <properties> <logback-version>1.1.2</logback-version> <slf4j-version>1.7.7</slf4j-version> </properties> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback-version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${slf4j-version}</version> <scope>runtime</scope> </dependency> logback.xml... 스프링 프레임워크, 스프링 부트에서 Logback 설정 Jun 16, 2021 alex 스프링 프레임워크 스프링 프레임워크에서 Logback 설정 Logback이란? Slf4j의 구현체로서 log4j와 비교해 10배나 나은 성능의 로깅을 제공합니다. Logback의 장점 성능 :... 스프링 프레임워크, 스프링 부트에서 DB 연결 Jun 15, 2021 alex 스프링 프레임워크 스프링 프레임워크에서 JNDI를 이용해 Mybatis, MySQL 연동 JNDI란? JNDI(Java Naming and Directory Interface)의 약자로 네이밍과 디렉토리 기능을 제공하는...
categories programming (1) markdown (1) intro (1) paas (1) tomcat (11) linux (21) apache (8) mysql (3) redis (2) ssl (1) spring (22) SpringFramework (15) SpringBoot (14) database (2) db (1) jndi (1) mybatis (2) logback (2) nginx (1) Spring (3) logBack (1) jpa (1) Hibernate (1) webtoB (1) DB (2) RestController (2) Logback (1) logging (1) springboot (1) properties (4) maven (1) jar (1) message (3) jenkins (2) preperties (1) edu (2) springBoot (1) Filter (2) Interceptor (2) AOP (2) RestAPI (1) SSL (1) docker (1) apigtw (1) kubernetes (1)