일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 오라클 에러
- 스프링부트 상속
- NFS 구축
- iftables
- 오라클 에러 정리
- 저장소
- 인텔리제이
- HTTP
- 리눅스
- nfs
- oracle
- nexus maven
- Nexus 3 Repository
- 사설 저장소
- 리눅스 설치
- 자바 프로그래밍
- oracle error
- bootJar
- vm
- bootjar 상속받기
- 가상머신
- jar 상속받기
- nexus repository
- 외부 프로젝트 상속
- java
- vi명령어
- nexus3
- 오라클
- 유닉스
- maven 저장소
- 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입니다. ■ 로그인 ■ 클릭 후..