-- to be updated
Spring Boot with Angular2, Bootstrap4, TypeScript, Sass, Gradle, and Gulp.
a starter project for prototyping restful applications with spring boot, angular2, and bootstrap4.
anuglar2 with es6 support. unit tests with jasmine.
- install OpenJDK8
- set
JAVA_HOME
environment variable
- set
- (optional) install latest gradle
- otherwise just use
$ ./gradlew
- otherwise just use
- (optional) install python 2.7.x
- set
PYTHON
environment variable $ gradle npminstall
may complain otherwise
- set
$ git clone git@github.com:dmitrysl/spring-boot-angular2
$ gradle clean build
$ gradle bootRun
- using browser, navigate to
localhost:8080
check out my RVEP project. it's built and updated according to this starter kit!
if you have any input, or contributions, please share!
heroku create --buildpack http://github.com/noliar/dotnet-buildpack.git git push heroku master heroku auth:token
heroku plugins:install heroku-repo
heroku create pst-portal-java --buildpack heroku/gradle
web: cd build ; java -Dgrails.env=prod -Dserver.port=$PORT $JAVA_OPTS -jar target/.jar web: java -Dgrails.env=prod -jar build/libs/jetty-runner.jar --port $PORT build/libs/.war
web: java $JAVA_OPTS -jar target/dependency/jetty-runner-8.1.7.v20120910.jar --lib target/hibernate-search-demo-0.0.1-SNAPSHOT/WEB-INF/lib --port $PORT --jdbc org.apache.commons.dbcp.BasicDataSource "url=jdbc:h2:mem:vaporware;DB_CLOSE_DELAY=-1" "jdbc/vaporwareDB" target/*.war