AWS 스프링부트

Kyu·2021년 3월 11일
0

기타

목록 보기
3/6

38 cd
39 git
40 git clone https://github.com/spring-boot-qna
41 git clone https://github.com/honux77/spring-boot-qna
42 ls
43 cd spring-boot-qna/
44 ls
45 git switch honux77
46 ls
47 java
48 sudo apt install openjdk-8-jdk
49 sudo apt update
50 sudo apt install openjdk-8-jdk
51 java
52 javac
53 javac -version
54 ls
55 ./gradle build jar
56 ./gradlew build jar
57 ls
58 ls build/libs/
59 java -jar build/libs/qna-0.0.1-SNAPSHOT.jar
60 ls
61 ./gradlew bootrun
62 history

profile
TIL 남기는 공간입니다

4개의 댓글

comment-user-thumbnail
2021년 4월 27일

$ sudo yum install java-1.8.0-openjdk-devel
다운
$ wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
설치
$ sudo rpm -ivh mysql57-community-release-el7-11.noarch.rpm
서버설치
sudo yum install mysql-server
시작
$ sudo systemctl start mysqld

답글 달기
comment-user-thumbnail
2021년 4월 27일

sudo mysql_secure_installation

답글 달기
comment-user-thumbnail
2021년 4월 27일

https://hoing.io/archives/6985
ubuntu 18 / mysql 5.7 설치

답글 달기
comment-user-thumbnail
2021년 4월 28일

https://wlsvud84.tistory.com/11
리눅스 ssh 파일 전송

답글 달기