Loading .idea/.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ /dataSources/ /dataSources.local.xml ../.DS_store ../target/ No newline at end of file pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ <version>5.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-sync</artifactId> <version>5.0.1</version> </dependency> </dependencies> </project> No newline at end of file src/main/java/database/MongoDBAtlasConnection.java +2 −0 Original line number Diff line number Diff line package database; import com.mongodb.ConnectionString; import com.mongodb.MongoClientSettings; import com.mongodb.MongoException; Loading target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +3 −2 Original line number Diff line number Diff line object_detection/PointSet.class object_detection/ObjectSet.class object_detection/ObjectDetector.class object_detection/Backend.class object_detection/ObjectSet.class object_detection/Point.class object_detection/ObjectDetectionServer.class object_detection/Backend.class database/MongoDBAtlasConnection.class target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +1 −0 Original line number Diff line number Diff line /Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetector.java /Users/roku/IdeaProjects/group8/src/main/java/database/MongoDBAtlasConnection.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/Point.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/PointSet.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetectionServer.java Loading Loading
.idea/.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ /dataSources/ /dataSources.local.xml ../.DS_store ../target/ No newline at end of file
pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ <version>5.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-sync</artifactId> <version>5.0.1</version> </dependency> </dependencies> </project> No newline at end of file
src/main/java/database/MongoDBAtlasConnection.java +2 −0 Original line number Diff line number Diff line package database; import com.mongodb.ConnectionString; import com.mongodb.MongoClientSettings; import com.mongodb.MongoException; Loading
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +3 −2 Original line number Diff line number Diff line object_detection/PointSet.class object_detection/ObjectSet.class object_detection/ObjectDetector.class object_detection/Backend.class object_detection/ObjectSet.class object_detection/Point.class object_detection/ObjectDetectionServer.class object_detection/Backend.class database/MongoDBAtlasConnection.class
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +1 −0 Original line number Diff line number Diff line /Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetector.java /Users/roku/IdeaProjects/group8/src/main/java/database/MongoDBAtlasConnection.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/Point.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/PointSet.java /Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetectionServer.java Loading