일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 설치
- Linux
- node
- install
- 3.0
- Atlassian
- 자바
- 설정
- DB
- PostgreSQL
- java
- 스크립트
- 파이썬
- DATABASE
- postgres
- ubuntu
- 아틀라시안
- 우분투
- Windows
- python
- 자바스크립트
- JS
- 데이터베이스
- javascript
- 리눅스
- script
- hamonikr
- 윈도우
- 노드
- 하모니카
- Today
- Total
목록2023/12 (3)
LukeHan 의 잡다한 기술 블로그
> git clone --mirror {org_repository} Cloning into bare repository 'org_repository'... remote: Enumerating objects: 4201, done. remote: Counting objects: 100% (783/783), done. remote: Compressing objects: 100% (392/392), done. remote: Total 4201 (delta 381), reused 619 (delta 367), pack-reused 3418Receiving objects: 99% (4159/4201), 25.51 MiB | 10.19 MiB/s Receiving objects: 100% (4201/4201), 27..
해당 문서는 IntelliJ IDEA 2023.1.4 Community Edition 을 기준으로 작성되었습니다. 우측 탭 메뉴 하단의 m 버튼을 클릭 실행하여 위와 같이 메뉴를 활성화 합니다. 목록의 메뉴를 아래 순서로 클릭 실행합니다. clean compile install 메뉴를 실행하면 위와 같이 target 폴더가 생성된 것을 확인할 수 있습니다. target 폴더 안에 jar 파일이 생성된 것을 확인할 수 있습니다. 참고 : https://itstart-190126.tistory.com/entry/IntelliJ-Maven-Build-%ED%95%98%EA%B8%B0
manifest 파일을 찾지 못했기 때문에 발생 jar 혹은 war파일을 실행 가능하게 만들면 META-INF/MANIFEST.MF 파일 필요함 Spring Boot Maven Plugin 을 사용하면 직접 작성하지 않아도 된다고 한다 test org.springframework.boot spring-boot-maven-plugin pom.xml 파일에 위와 같이 수정 혹은 추가한다. 참고 : https://shanepark.tistory.com/361