Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SQL
- GIT
- table
- mapreduce
- window
- es6
- Spring
- hadoop
- SPC
- xPlatform
- react
- 보조정렬
- Sqoop
- SSL
- mybatis
- Java
- Android
- Express
- R
- Python
- Kotlin
- 공정능력
- JavaScript
- NPM
- Eclipse
- IntelliJ
- vaadin
- MSSQL
- tomcat
- plugin
Archives
- Today
- Total
728x90
목록uber jar (1)
DBILITY
maven uber-jar packaging
https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html POM예시 ... maven-shade-plugin 3.1.1 package shade false *:* META-INF/*.SF META-INF/*.DSA META-INF/*.RSA ... minimizeJar가 true일 경우 java code나 dependancy에 dynamic class loading이 사용되면 전부 일일이 포함시켜야 하니, 용량에 신경쓸 일 없다면 그냥 false로 사용이라고 함. uber-jar 또는 fat-jar라고도 함
java/basic
2018. 4. 30. 19:30
728x90