ework.profiles.rest-api.2023.0.1.source-code.profile.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api Show documentation
Show all versions of rest-api Show documentation
A profile for REST API applications
description: Profile for REST API applications
features:
defaults:
- hibernate
- events
required:
- json-views
build:
plugins:
- war
- org.graceframework.grace-web
excludes:
- org.graceframework.grace-core
dependencies:
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-actuator"
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-tomcat"
- scope: compile
coords: "org.graceframework:grace-boot"
- scope: compile
coords: "org.graceframework:grace-logging"
- scope: compile
coords: "org.graceframework:grace-plugin-codecs"
- scope: compile
coords: "org.graceframework:grace-plugin-controllers"
- scope: compile
coords: "org.graceframework:grace-plugin-databinding"
- scope: compile
coords: "org.graceframework:grace-plugin-datasource"
- scope: compile
coords: "org.graceframework:grace-plugin-domain-class"
- scope: compile
coords: "org.graceframework:grace-plugin-i18n"
- scope: compile
coords: "org.graceframework:grace-plugin-interceptors"
- scope: compile
coords: "org.graceframework:grace-plugin-management"
- scope: compile
coords: "org.graceframework:grace-plugin-rest"
- scope: compile
coords: "org.graceframework:grace-plugin-services"
- scope: compile
coords: "org.graceframework:grace-plugin-url-mappings"
- scope: compile
coords: "org.graceframework.plugins:async"
- scope: compile
coords: "org.graceframework.plugins:cache"
- scope: testCompile
coords: "org.graceframework:grace-test-support"
- scope: testCompile
coords: "org.graceframework:views-json-testing-support"