전체 글37 HP_UX_11.31 Java7 설치 ================JAVA 설치==================== 1. # swlist -l product | grep -i java 명령어로 설치 버전 확인 - swlist 안될시 set_parms hostname 2. 기존에 있던 jdk 삭제명령어 # swremove -x enforce_dependencies=false Jdk70 Jre70 # rm -rf java7 3. 언어 셋팅 # export LANG_C # export LC_ALL=C 4. 오류 발생 방지를 위해 swagentd 재시작 # swagentd -r 5.다운받은 java 파일 경로로 가서 # swinstall -s ./Itanium_JDK_JRE_7.0.21_June_2017_Z7550-63419_java7_17021_.. 2020. 6. 26. Spring으로 Mybatis 이용하기 어제 마이바티스를 다이나믹웹프로젝트로 사용을 해봤는데 오늘은 스프링에 얹어 보겠습니다. 위의 프로젝트 골격에 따라 중요한코드만 올렸는데 스프링의 모델2의 형식에 따라 프로그램이 실행되는것입니다. pom.xml 4.0.0 Sample02 Sample02 0.0.1-SNAPSHOT war src maven-compiler-plugin 3.8.0 1.8 1.8 maven-war-plugin 3.2.1 WebContent org.springframework spring-webmvc 5.1.5.RELEASE log4j log4j 1.2.17 org.slf4j slf4j-simple 1.7.25 cglib cglib 3.2.4 commons-digester commons-digester 2.1 commons-log.. 2020. 5. 26. MyBatis 프레임워크 이용하기 Maven Repository 사이트에서 자르파일을 다운로드 받아서 프로젝트 lib폴더에 넣어줍니다. https://mvnrepository.com/artifact/org.mybatis/mybatis/3.4.6 Maven Repository: org.mybatis » mybatis » 3.4.6 mvnrepository.com 그 후 ojdbc6 도 같이 넣어줍니다. BbsDto package dto; import java.io.Serializable; /* DROP TABLE BBS CASCADE CONSTRAINTS; DROP SEQUENCE SEQ_BBS; CREATE TABLE BBS( SEQ NUMBER(8) PRIMARY KEY, ID VARCHAR2(50) NOT NULL, REF NUMBE.. 2020. 5. 18. 인텔리제이 스프링부트 H2 DB 사용하기 로컬 환경에서 H2를 사용 application.properties에서 웹 콘솔 옵션 활성화 spring.h2.console.enabled=true spring.h2.console.path=/h2-console 추가 합니다. http://localhost:8080/h2-console 접속합니다. 로그인창이 나오고 알맞게 정보를 입력하고 접속 하면 됩니다. 2020. 5. 18. Linux 방화벽 명령어 #방화벽 상태 확인 systemctl status firewalld #방화벽 실행/실행X systemctl start firewalld systemctl stop firewalld #재시작시 방화벽 실행/실행X systemctl enable firewalld systemctl disable firewalld 2020. 5. 7. Spring 설치 로그출력 https://docs.spring.io/sts/nan/v3912/NewAndNoteworthy.html Spring Tool Suite 3.9.12 - New and Noteworthy Spring Tool Suite 3.9.12: New and Noteworthy Important Note This is a minor bugfix and maintenance release that we ship to our existing STS3 users beyond the announced maintenance lifespan for your convenience. We strongly recommend to update to the new Sp docs.spring.io STS 3버전으로 하겠습니다. 설치를 .. 2020. 4. 27. 이전 1 2 3 4 5 ··· 7 다음