Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 인텔리제이
- jar 상속받기
- maven 저장소
- nexus3
- oracle
- 자바 프로그래밍
- 스프링부트 상속
- java
- 오라클 에러 정리
- 리눅스 설치
- bootjar 상속받기
- NFS 구축
- nexus maven
- nexus repository
- vm
- vi명령어
- Nexus 3 Repository
- 오라클
- 외부 프로젝트 상속
- oracle error
- HTTP
- 오라클 에러
- 저장소
- 리눅스
- 유닉스
- bootJar
- iftables
- 가상머신
- nfs
- 사설 저장소
Archives
- Today
- Total
목록사설 저장소 (2)
빽기의 코딩공부Story
[Sonatype Nexus 3] CentOS 7 "Nexus 3" Maven 저장소 구축하기2
■ 로그인하기 $vi /opt/sonatype-work/nexus3/admin.password ID : admin / PW : 위 경로 파일 - 로그인 후 패스워드 변경 창이 뜬다. ■ 패스워드 변경 ■ 저장소 생성 설정 -> Repositories -> Create repository ■ grpup저장소는 maven-public 저장소가 이미 있어 생성하지 않아도 될 듯핟..... ■ 저장소 구축 끝
카테고리 없음
2021. 1. 25. 15:56
[Sonatype Nexus 3] Windows 10 "Nexus 3" Maven 저장소 구축하기3
■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..
[OS]/[CentOS]
2021. 1. 16. 16:45