본문 바로가기

전체 글87

[Project][Spring] pom.xml 오라클 리파지토리 oracle http://maven.jahia.org/maven2 디펜던시 spring-jdbc, spring-test, mybatis, mybatis-spring org.springframework spring-jdbc ${org.springframework-version} org.springframework spring-test ${org.springframework-version} test org.mybatis mybatis 3.4.1 org.mybatis mybatis-spring 1.3.0 log4jdbc org.bgee.log4jdbc-log4j2 log4jdbc-log4j2-jdbc4 1.16 src.main.resources.log4jdbc.log4j2.properties.. 2021. 3. 28.
[Spring] servlet-context.xml servlet-context.xml 열고 하단에 Namespace클릭하고 체크박스 선택하면 화면과 같이 주소들이 자동 추가된다. 이런 것들 추가하고 나서 Ctrl+Space bar 클릭하면 지원하는 태그들이 뜬다 @Controller 가지고 있는 애들을 컨트롤러로서 작동하게끔 함enables the SPring MVC @Controller programming model 위에서 설정한 @Controller애들을 어디서 가져올것인지 경로를 지정해줌 HomeController는 이런 원리로 작동함. HomeController에서 리턴값을 /WEB-INF/views/home.jsp로 반환해야 하지만 home; 만 써도 되는 이유는Controller 앞(prefix) 뒤(suffix)에 붙혀주는 beans를 설.. 2021. 3. 26.
[Spring] Spring 동작 순서 면접 단골 질문 2021. 3. 26.
[AWS] aws ec2 연결 이렇게 있던 것 중에 인스턴스 생성은 이전글에서 다루었다. 이제 연결을 해보도록 하자.2021/02/25 - [코딩 공부/aws배포] - aws ec2 인스턴스 생성 aws ec2 인스턴스 생성docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/EC2_GetStarted.html Tutorial: Get started with Amazon EC2 Windows instances - Amazon Elastic Compute Cloud Tutorial: Get started with Amazon EC2 Window..readmeplz.tistory.com  docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/EC2_GetStarted.html#.. 2021. 2. 25.
[AWS] aws ec2 생성 docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/EC2_GetStarted.html Tutorial: Get started with Amazon EC2 Windows instances - Amazon Elastic Compute CloudTutorial: Get started with Amazon EC2 Windows instances Use this tutorial to get started with Amazon Elastic Compute Cloud (Amazon EC2). You'll learn how to launch, connect to, and use a Windows instance. An instance is a virtual server in the A.. 2021. 2. 25.
[Maven] maven 오류시 삭제할 폴더 c:\user\\.m2\repository 안의 모~든 내용을 다 삭제하고 처음부터 차근차근 하면 오류가 사라진다.  maven clean해도 됨 2021. 2. 22.