EugenMayer / blaze-persistence-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

./gradlew build -x test

# build info

./gradlew build -x test --info

test

./gradlew test

Annotation processor hints

All the messages that can be shown when using --info during build are listed here messages

Full build scenarios

Can be tracked using ./gradlew build -x test --info | grep Full

  • Changing an Entity
  • Changing an EntityView
  • Changing an Create/Update EntityView
  • Introducing new methods to Services e.g. ProductService

About


Languages

Language:Java 100.0%