Sam的程式筆記
About Me
Archive
feeds
over 5 years ago
Spring Boot jar exclude source
這樣輸出的 jar 檔就不會包含開發環境的配置了
build.gradle
jar { from sourceSets.main.output exclude('application-dev.yml') }
← vagrant add extra disk
springboot create ThreadPool →
Tweet
August 10, 2017 17:35
Permalink
Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus