Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_proj_backend

NBU database course final project backend repo.

Environment

Java

  • JDK 24 (Using java 21 in this repo)
  • Apache Maven 3.9
  • OpenGauss 5.0 (No matter using docker or VM installation) with opengauss-jdbc-5.0.0.jar

OpenGauss Driver installation via mvn

Configure maven and MAVEN_HOME first.

Execute following command in cmd or powershell

mvn install:install-file -Dfile="/path/to/opengauss-jdbc-5.0.0.jar" -DgroupId=org.opengauss -DartifactId=opengauss-jdbc -Dversion=5.0.0 -Dpackaging=jar -DgeneratePom=true

Replace /path/to/opengauss-jdbc-5.0.0.jar to your own JDBC driver path, then reinstall mvn dependencies in this repo

About

NBU database course final project backend repo.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages