Skip to content

Base app with basic configurations, some utility classes and user management.

Notifications You must be signed in to change notification settings

inciotiq/app-starter

Repository files navigation

App Starter

Base app with basic configurations, some utility classes and user management.

Running the Project

Run the Application.java class in the application module.

Modules

  • app-base-starter: Template for an app using other modules in App Starter. Fork this module to make changes.
  • commons: Some fundamental classes and methods.
  • user: Provides user management with roles.

How to use this project

Click here for a walkthrough


Troubleshooting

  • jar of a module can not be found: Modules dependent on other modules (like user) can not be run on its own. Try running the parent project. If commons project can't be found, compile the commons project and try running the parent project. (Running the parent project means running Application.java class in the application module)
  • Metamodels are missing: The metamodels are generated when the application starts for the first time. Comment out the code that uses metamodels and run the project. Then you will be able to add the metamodels back.

About

Base app with basic configurations, some utility classes and user management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published