| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Tomcat #SpringFramework
- springboot
- install
- RESTful
- mysql
- development
- tcping
- SpringInitializer
- Maven
- 환경변수
- apache
- Developer
- Oracle11g
- Database
- mssql
- HATEOAS
- sqldeveloper
- ojdbc
- 스프링시큐리티
- springboot #controller #jsp
- 스프링부트 #springboot #project #Intellij
- SpringSecurity
- oracle
- 스프링부트
- Web
- undefined
- IntelliJ
- postman
- restapi
- 웹개발
Archives
- Today
- Total
목록System/Nexus Repository Manager (1)
여백에 도장 찍기
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