Skip to content

SDS19/demo_vaadin

Repository files navigation

DvD lib

  • Frontend: vaadin
  • Backend: Spring Boot + MyBatis + MySQL

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:8080 in your browser.

You can also import the project to your IDE of choice as you would with any Maven project.

Layout

image image

Project structure

  • views package contains the server-side Java views of application.
  • themes folder in frontend/ contains the custom CSS styles.
  • entity package contains the entity class.
  • dao package contains the dao interface and mybatis mapper file.
  • service package contains the service interface and implementation class.
  • utils package contains the UUIDUtil class for setting id.
  • exception package contains the self-defined exception.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published