jar { manifest { attributes 'Main-Class': 'com.hello.HelloWorld' } } 출처 : https://jjeong.tistory.com/1223 [Gradle] Gradle project 맛보기. Intellij 를 이용한 gradle project 를 생성하는 아주 초보적인 내용입니다. 개인적인 생각으로는 single project 이고 maven 에 익숙하시면 그냥 maven project 로 개발 하시는게 편하실 수 있습니다. Step 0) -.. jjeong.tistory.com runnable jar Gradle – Create a Jar file with dependencies – Mkyong.com By default, Gradle is u..
https://rominirani.com/gradle-tutorial-part-3-multiple-java-projects-5b1c4d1fbd8d 2018.06.21 멀티프로젝트 구성은 위의 링크를 따라서 적용하면 된다. 그런데 spring framework의 공통 모듈은 main method가 없다. 이 부분에 대해서는 gradle 내의 jar 옵션을 좀 수정해주니 정상적으로 작동 되는 것을 알 수 있었다. 우선 다음과 같이 1개의 root project에 3개의 프로젝트가 있다고 가정해보자. root ㄴ common ㄴ main ㄴ sub 이런 형태로 구성이 되어 있다고 했을 때 main과 sub는 common을 각각 공통으로 참조해서 사용하게 된다. 이때 root의 설정은 다음과 같다. settin..
https://guides.gradle.org/building-java-libraries/ Building Java Libraries This guide walks you through the process of using Gradle’s Build Init plugin to produce a JVM library which is suitable for consumption by other JVM libraries and applications. Contents What you’ll build What you’ll need Create a library project Run the init task Review the generat guides.gradle.org 잘 참고해서 정리해보자 -_-;; 뭐냐 ..
_-; 또 문제가 생김. 해결 방법은 아래와 같다. Try using this path: For Windows C:\Users\Sir John Qadir\.gradle\wrapper\dists\gradle-1.6-bin\\gradle-1.6 For UNIX (Debian, Mac etc.) ~\.gradle\wrapper\dists\gradle--\\gradle- https://stackoverflow.com/questions/17623439/gradle-location-is-incorrect-error-while-importing-actionbarsherlock-in-android
gradle project 내 refresh 할때마다 소스 폴더가 사라졌다. 따라서 기본 소스 폴더를 생성하는 방법을 찾아보았다. 링크 https://stackoverflow.com/questions/13334527/how-do-i-set-a-folder-as-a-source-folder-in-eclipse-with-gradle sourceSets { main { java { srcDirs = ["src"] } } } java와 scala 둘다 가능하다.
- Total
- Today
- Yesterday
- java 압축 풀기
- Database#transaction
- java 폴더구조 구하기
- 전자정부프레임워크 tiles
- jstl 커스텀 태그
- JSTL
- POE Excel 만들기
- Kotlin
- coroutine
- mybatis Merge
- jstl foreach
- java calendar
- MyBatis 팁
- spring ExcelView
- java 설치
- JSP 세션
- java 특정문자 갯수구하기
- github image 첨부시 주의할점
- jstl split
- POI EXCEL
- spring property
- 코루틴
- java 설정
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |