Skip to content

jfreda21/Database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database

A database to manage cvs stored data.

Notice Board

  • A quick rundown of how to run the project from the commandline, presuming maven is configured:
    1. mvn compile package
    2. java -cp target/my-database-1.0-SNAPSHOT.jar com/dreamteam/database/main
    3. mvn clean
  • Avoid adding generated files to repo. If uncertain: "mvn clean" before commiting. .gitignore file should list these files in red text under "Untracked files:" Files/directories include .classpath, .project, .settings/, target/
  • Not committing generated files of project is a general convention.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%