user

properties editor 설치

eclipse 설치한 파일 내부에 dropins 폴더안에 아래 jar 2개 적용 http://svn.osdn.net/svnroot/propedit/trunk/PropertiesEditorUpdateSite/eclipse/updates/plugins/jp.gr.java_conf.ussiy.app.propedit_6.0.5.jarhttp://svn.osdn.net/svnroot/propedit/trunk/PropertiesEditorUpdateSite/eclipse/updates/plugins/jp.gr.java_conf.ussiy.app.propedit.nl_6.0.0.jar

2024년 1월 17일 댓글 없음

gitlab 정리

New Directory 선택 name : 이소운 commit message : Add Test Target branch : leesowoon Start a new merge request with these changes :…

2023년 12월 19일 댓글 없음

[리눅스] 자주쓰는 vi 명령어

– gg : 첫 행으로 이동. – G (Shift + g) : 마지막 행으로 이동. – ^ / Home / Shift + 6 : 현재 행의 첫 문자로 이동. – $…

2023년 12월 11일 댓글 없음

Spring boot JdbcTemplate 적용방법

build.gradle에 아래 내용 추가 implementation ‘org.springframework.boot:spring-boot-starter-jdbc’ Service class 파일에 아래와 같이 내용 추가  

2023년 12월 8일 댓글 없음

Spring Boot – JSP 사용하기

/* 추가 */ implementation ‘jakarta.servlet:jakarta.servlet-api’ implementation ‘jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api’ implementation ‘org.glassfish.web:jakarta.servlet.jsp.jstl’ implementation ‘org.apache.tomcat.embed:tomcat-embed-jasper’ resources 하단에 폴더 및 jsp 생성 application.properties에 앞단, 뒷단 추가하기 demo 밑에 web에…

2023년 11월 27일 댓글 없음