Skip to content

FINTLabs/fint-flyt-data-service

Repository files navigation

FINT Spring Boot Template project

Setting up a new project based on the template

Clone

git clone https://github.com/FINTLabs/fint-spring-boot-template-project.git <your project name>
cd <your project name>
rm -Rf .git
git init

Update deployment files

Update the following files to reflect your project

  • Dockerfile
  • k8s.yaml
  • Jenkins