일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- install
- HATEOAS
- development
- IntelliJ
- 웹개발
- oracle
- 스프링부트
- 스프링부트 #springboot #project #Intellij
- mssql
- apache
- mysql
- postman
- sqldeveloper
- 환경변수
- Web
- 스프링시큐리티
- Tomcat #SpringFramework
- Database
- springboot #controller #jsp
- undefined
- tcping
- SpringSecurity
- SpringInitializer
- RESTful
- Oracle11g
- springboot
- restapi
- Maven
- ojdbc
- Developer
Archives
- Today
- Total
목록System (1)
여백에 도장 찍기
Install Nexus Repository Manager
1. Install Docker [root@localhost ~]# yum -y install yum-utils [root@localhost ~]# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo [root@localhost ~]# yum -y install docker-ce [root@localhost ~]# systemctl enable docker & systemctl start docker 2. Running [root@localhost ~]# docker volume create --name nexus-data [root@localhost ~]# docker volume ls DRIVER V..
System/Nexus Repository Manager
2019. 2. 1. 14:22