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
- R
- Spring
- SSL
- Kotlin
- tomcat
- Java
- SPC
- NPM
- react
- Python
- Express
- hadoop
- IntelliJ
- 공정능력
- xPlatform
- Android
- es6
- Eclipse
- MSSQL
- SQL
- plugin
- mybatis
- GIT
- mapreduce
- Sqoop
- 보조정렬
- vaadin
- table
- window
- JavaScript
Archives
- Today
- Total
반응형
목록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
반응형