Skip to content
forked from moqui/example

Example Component with entities, services, screens, compiled code, and tests

License

Notifications You must be signed in to change notification settings

heguangyong/example

 
 

Repository files navigation

Moqui Example

license build release

Example Component with:

  • entities
  • data in various formats
  • services
  • REST API
  • screens
  • system message produce and consume
  • compiled code
  • tests

To install run (with moqui-framework):

$ ./gradlew getComponent -Pcomponent=example

To test run(use --tests ""*ExampleServices" match the case):

$ ./gradlew :runtime:component:example:test --tests "*ExampleServices"

About

Example Component with entities, services, screens, compiled code, and tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 58.2%
  • FreeMarker 33.0%
  • JavaScript 8.8%