This Java Spring-Boot 2 application demonstrate an online database of information related to films similar to IMDB
Demo can be found in following link https://oren-hoffman.com/spring-angular-movie/
- master - For deploying a Spring-Boot application as a Tomcat war/ Embedded Tomcat jar files
- spring-angular-demo-wildfly - For deploying a Spring-Boot application as a Wildfly/Jboss (or any other JEE application server) war file
- Spring-Boot V2.3.1.RELEASE
- Spring-Data V2.3.1.RELEASE
- Spring-Security V2.3.1.RELEASE
- H2 DB 1.3.175
- Java Maven project
- Spring-Boot
- Persistence - Spring-Data JPA-repository
- H2 embedded DB
- Angular V8
- Bootstrap 4
- Ubuntu/Windows
- JVM
- Full application build before running
-
development
$ mvn clean install -Pbuild-dev
-
Production
$ mvn clean install -Pbuild-prod
-
server
- directory :
/spring-angular-demo/
$ mvn spring boot:run
- directory :
-
client
- directory :
/spring-angular-demo/angular-client
$ ng serve
- directory :
- For any questions you can send a mail to [email protected]