프로그래밍56 Zeppelin 0.5.5-incubating release We are pleased to announce the availability of Zeppelin 0.5.5-incubating release. There's been significant contributions from the community since the last release--from additional interpreters, improvements on stability, to simplifying installations. You can download the latest release here: http://zeppelin.incubator.apache.org/download.html Some highlights: Backend support for Apache Ignite, Ap.. 2015. 11. 26. continuous integration using maven 1234567891011121314151617181920212223242526 ${maven.build.timestamp} yyyyMMdd-HHmm scm:svn:http:/xxx/trunk/ scm:svn:http://xxx/trunk/ scm:svn:http://xxx/trunk/ org.apache.maven.plugins maven-release-plugin 2.5.3 release true package ${build.time}-${project.artifactId}-@{project.version} Colored by Color Scriptercs mvn release:cleanmvn release:prepare 2015. 11. 26. subversion command line 프로젝트 폴더svn checkout svn경로 ./svn add --force ./svn commit -m 'first commit'svn update 2015. 11. 26. Spring Boot maven profile 적용 Create two profiles in maven, and set a property in each profile with the name of the Spring profile you want to execute. dev true dev develop Inside your application.properties, add this property:spring.profiles.active=${spring.profiles.active}Create an application.property for each profile, using this pattern application-profile.properties. For example:application-dev.properties application-pr.. 2015. 11. 25. 이전 1 ··· 11 12 13 14 다음