일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 자바 프로그래밍
- 스프링부트 상속
- nexus3
- 오라클
- maven 저장소
- 유닉스
- nfs
- Nexus 3 Repository
- jar 상속받기
- 외부 프로젝트 상속
- bootJar
- 사설 저장소
- vm
- vi명령어
- 인텔리제이
- HTTP
- nexus maven
- iftables
- bootjar 상속받기
- oracle
- 오라클 에러
- 저장소
- 오라클 에러 정리
- nexus repository
- NFS 구축
- java
- oracle error
- 가상머신
- 리눅스 설치
- 리눅스
- Today
- Total
목록분류 전체보기 (41)
빽기의 코딩공부Story
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/xgBRT/btsIBdovF3r/Kf6ogbHFJ1UIFKwKc1dg20/img.png)
프로젝트1 구조 프로젝트 1 재 패키징압축해제jar xf demo-0.0.1-SNAPSHOT.jar 압축하기jar cf new-demo.jar -C BOOT-INF/classes/ . -C META-INF/ . 신규 프로젝트에 주입하기 dependencies{ implementation files('D:\\STUDY\\demo\\build\\libs\\new-demo.jar') }new-demo.jar가 주입됨 신규 프로젝트에서 상속 받아서 사용 가능
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/z8JSH/btsqKEdCDW2/21GPeNyPlInuLM9HQTWHV0/img.png)
curl -v localhost:port curl -v IP:port curl -v 10.0.0.1:8080 telnet이 없는 환경에서 telnet를 대신하여 curl 명령어로 통신 확인이 가능합니다.
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/CfXuX/btqUuNm4sX1/B0Q1CYdh0uHfyTymljWHck/img.png)
■ Maven 다운로드 maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is https://downloads.apache.org/. If you encounter a problem with this mirror, please select another mirro maven.apache.org ■ FTP 파일 전송 ■ pom.xml, settings.xml 파일 생성 [root@loc..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/q0sj9/btqUvDEpmr1/sv7vORc0LQ2ZTgEStEZK00/img.png)
■ 로그인하기 $vi /opt/sonatype-work/nexus3/admin.password ID : admin / PW : 위 경로 파일 - 로그인 후 패스워드 변경 창이 뜬다. ■ 패스워드 변경 ■ 저장소 생성 설정 -> Repositories -> Create repository ■ grpup저장소는 maven-public 저장소가 이미 있어 생성하지 않아도 될 듯핟..... ■ 저장소 구축 끝
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/VoVZ2/btqUuM2Gvk0/gkD7dylOdUekWeFJlwJXUk/img.png)
■ Nexus 3 다운로드 help.sonatype.com/repomanager3/download Download Nexus Repository OSS is distributed with Sencha Ext JS pursuant to a FLOSS Exception agreed upon between Sonatype, Inc. and Sencha Inc. Sencha Ext JS is licensed under GPL v3 and cannot be redistributed as part of a closed source work. help.sonatype.com ■ FTP 전송 ■ 압축 풀기 $tar -xvf 파일명.tar ■ Nexus 3 실행 $ cd /opt/nexus-3.29.0-02/bin $...
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/NqY0e/btqTKMU9mXc/xuUPSkFog1h5sMBe27smYK/img.png)
■gradle 다운로드 gradle.org/releases/ Gradle | Releases Find binaries and reference documentation for current and past versions of Gradle. gradle.org ■ 압축 풀기 ■ 환경변수 설정 ■ 프로젝트 생성 /* * This file was generated by the Gradle 'init' task. * * This is a general purpose Gradle build. * Learn more about Gradle by exploring our samples at https://docs.gradle.org/6.7.1/samples */ plugins { id 'maven' } reposi..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/chFnT4/btqTDbWwO9H/5ofUpkMGZkOSQKyEQblfAk/img.png)
■ Maven 설치 maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is https://downloads.apache.org/. If you encounter a problem with this mirror, please select another mirro maven.apache.org ■ 사용자경로 이동 ■ pom.xml 작성 4.0.0 com.example nexus-proxy..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bIwich/btqTxBVnE8k/By0WJueSlxhNgPkcaaEPjK/img.png)
■ 로그인 -> 설정 -> Repositories ■ Create repository 클릭 ■ hosted 생성 ■ Proxy 생성 ■ hosted 저장소 모듈 올리기 ■ 업로드 확인
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/wCACa/btqTF2YeYoa/HgFyaVv6Jnpbc6TcbztLl1/img.png)
■ 링크 접속 help.sonatype.com/repomanager3/download Download On this page you can download the most recent version of Nexus Repository Manager. If you're looking for older versions, visit the download archive. Also, you can access earlier back to version 3.0.0. help.sonatype.com ■ 다운로드 ■ 압축 해제 ■ cmd 관리자모드 실행 ■ nexus.exe 실행 ▶nexus.exe/install ▶nexus.exe/run ■nexus 3 접속 확인 기본 포트는 8081입니다. ■ 로그인 ■ 클릭 후..