openfga / spring-boot-starter

A Spring Boot Starter for OpenFGA
Apache License 2.0
28 stars 6 forks source link

chore: use gradle multi-projects and add example app stub #21

Closed jimmyjames closed 7 months ago

jimmyjames commented 7 months ago

Description

Sets up the start of an example app, and restructures the project to a multi-project build so the example can use the starter as a dependency.

Structure is now:

fga-spring-boot-starter/
├─ build.gradle
examples/
├─ servlet/
│  ├─ build.gradle
build.gradle

Review Checklist