Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S SpringVaadinGenerator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ossoss
  • SpringVaadinGenerator
  • Wiki
  • Home

Home · Changes

Page history
Create home authored Mar 24, 2024 by Gerard Jongerhuis's avatar Gerard Jongerhuis
Show whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ 9f0c377e
# Generator
Generator project is started with the goal to create the UI source-code based on entities.
# Working
## Configuration
The generation is based on the configuration. The configuration is based in the file `.generator.conf`. If not present it is auto created based on default values.
To display the current configuration:
~~~bash
mvn generator-ui:config
~~~
The configuration is showed in `YAML` format.
~~~yaml
---
config:
path.i18n: "src/main/resources/i18n/"
file.i18n: "messages"
package.ui: "com.virtorg.app.ui"
package.entities: "com.virtorg.spring.db.entities"
build: "Build by VirtOrg (www.virtorg.nl)"
path.resources: "src/main/resources/"
path.source: "vaadin-companies-component/src/main/java"
package.repositories: "com.virtorg.spring.db.repositories"
path.sourcedb: "vaadin-companies-db/src/main/java"
~~~
Clone repository
  • Home