전체 보기

1. 도커 데스크탑을 다운을 받았으면 https://hub.docker.com/r/jenkins/jenkins Docker hub.docker.com 여기에 접속해 명령어를 복사해준다 . 그이후에 git 이나 cmd 창을 켜서 명령어를 입력해준다. docker pull jenkins/jenkins 이후에 젠킨스 공식 깃허브 페이지로 이동한다. https://github.com/jenkinsci/docker GitHub - jenkinsci/docker: Docker official jenkins repo Docker official jenkins repo. Contribute to jenkinsci/docker development by creating an account on GitHub. github..
https://www.docker.com/products/docker-desktop/ Download Docker Desktop | Docker Docker Desktop is available to download for free on Mac, Windows, or Linux operating systems. Get started with Docker today! www.docker.com 1. 처음 시작할때 Docker Desktop ( 도커 데스크탑 ) 설치하기 =>도커대스크탑 도커 데스크탑을 설치를 완료하고 아이콘을 클릭하게 되면 설치가 완료된다. 하지만 Window 환경의 경우 WSL2 인스톨 하라고 메시지가 표출되 https://aka.ms/wsl2kernel 4단계 - Linux 커널 업데이..
1. 일단 스프링부트 프로젝트에 들어간다. 2. gradlew 빌드를 실행 시켜준다 . 3. 터미널에서 빌드 해준다. ** 리눅스 ,맥 ./gradlew build ** 윈도우 gradlew build ** WAR 파일 생성 확인 경로 : build/libs/server-0.0.1-SNAPSHOT.war 1. war 파일 압축풀기 jar -xvf [war파일] 2. War 배포
1. 일단 스프링부트 3.0 으로 사용하고 자바 17 버전 이상으로 사용하기에 JDK 17 버전을 다운 받는다. Java Archive Downloads - Java SE 17 (oracle.com) Java Archive Downloads - Java SE 17 WARNING: These older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends download..
오늘은 배달앱에서 회원가입 부분을 진행하도록 하겠씁니다 .!! 사용할 DB는 mysql,mariadb 두개중 아무거나 사용하셔도 되는데 저는 mysql 을 사용해보겠습니다 우선 데이터베이스 테이블을 생성 해줍니다. CREATE TABLE BD_USER ( ID int Auto_INCREMENT PRIMARY KEY, USERNAME VARCHAR(100), PASSWORD VARCHAR(100), EMAIL VARCHAR(20), NICKNAME VARCHAR(50), POINT INT DEFAULT 0, PHONE VARCHAR(20), RATING VARCHAR(50) DEFAULT 0, ROLE VARCHAR(20) DEFAULT 'ROLE_USER' );
이번에는 자바,스프링,jsp 다음,카카오 주소록 APi 을 받는 법을 배우도록 하겠습니다.. 결과값은 아래 사진에 나와잇어용 1. 다음주소록 API (공용으로 사용하기 위해 따로 JSP 파일을 만들어준다 )
조각남자
'분류 전체보기' 카테고리의 글 목록 (12 Page)