일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 사설 저장소
- oracle error
- 스프링부트 상속
- NFS 구축
- 리눅스
- 오라클 에러
- jar 상속받기
- maven 저장소
- nexus repository
- 오라클 에러 정리
- vm
- 오라클
- vi명령어
- HTTP
- oracle
- 가상머신
- bootjar 상속받기
- iftables
- 리눅스 설치
- 인텔리제이
- 외부 프로젝트 상속
- 저장소
- Nexus 3 Repository
- nfs
- 자바 프로그래밍
- 유닉스
- bootJar
- nexus maven
- nexus3
- java
- Today
- Total
목록저장소 (4)
빽기의 코딩공부Story
■ 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..
■ 로그인하기 $vi /opt/sonatype-work/nexus3/admin.password ID : admin / PW : 위 경로 파일 - 로그인 후 패스워드 변경 창이 뜬다. ■ 패스워드 변경 ■ 저장소 생성 설정 -> Repositories -> Create repository ■ grpup저장소는 maven-public 저장소가 이미 있어 생성하지 않아도 될 듯핟..... ■ 저장소 구축 끝
■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..
■ 링크 접속 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입니다. ■ 로그인 ■ 클릭 후..