Skip to content

Create Spring Boot MVC files from a given SQL Schema

Notifications You must be signed in to change notification settings

wasartin/springGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

1. Purpose

  • To create java files for Spring Boot modeled from the .sql files. This creates the entities, controllers, and repositories from the given .sql file.

2. Environment

  • On what machines, hardware configurations, and operating system configurations will it run?

3. Domain and range

  • What domain of input is valid? What range of output can legitimately appear?

4. Function realized and algorithms used

  • Precisely what does it do?

5. Input-output formats

  • Precise and complete.

6. Operating instructions

  • Including normal and abnormal ending behavior, as seen at the console and on the outputs.

7. Options

  • What choices does the user have about functions? Exactly how are those choices specified?

8. Running time

  • How long does it take to do a problem of specified size on a specified configuration?

9. Accuracy and checking

  • How precise are the answers expected to be? What means of checking accuracy are incorporated?

10. Misc

About

Create Spring Boot MVC files from a given SQL Schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published