Skip to content

datenkollektiv/spring-boot-kisses-angular

 
 

Repository files navigation

Last Commit

Spring Boot kisses Angular 4+

Update: The project has been migrated to Spring Boot 3.0.x and Angular 15.

With a strong Java and Spring Framework background and looking around in the JavaScript world it seems natural to reach out into a new technology by integrating it into a know build chain.

This repo is a companion of

Note: The Online Spring Boot Banner Generator has emerged from this template...please have a look at Create Your Own Spring Boot Banner for more details.

Build Docker/OCI image locally

gradle -Dplatform.architecture=arm64 jibDockerBuild

Note: This command requires a Docker daemon to be present locally. For other options please refer to the Gradle plugin GoogleContainerTools/jib

export ARCH_POSTFIX=".arm64"
open http://localhost:8080/app/index.html
docker run --rm -p 8080:8080 --name spring-boot-kisses-angular datenkollektiv/spring-boot-kisses-angular:0.5.16${ARCH_POSTFIX}

Point your browser to http://localhost:8080/app/index.html and access app 42.

Packages

No packages published

Languages

  • TypeScript 53.1%
  • Java 40.3%
  • HTML 6.6%