Skip to content

Commit 1ca182b

Browse files
committed
neo4j version update
1 parent 4debfc6 commit 1ca182b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
compile("org.springframework.boot:spring-boot-devtools")
4545
compile("org.springframework.boot:spring-boot-configuration-processor")
4646
compile group:'net.bramp.ffmpeg', name:'ffmpeg', version:'0.6.1'
47-
compile 'org.springframework.data:spring-data-neo4j:4.1.5.RELEASE'
47+
compile('org.springframework.boot:spring-boot-starter-data-neo4j')
4848

4949
testCompile("org.springframework.boot:spring-boot-starter-test")
5050
}

src/main/java/com/animecap/system/VCThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class VCThread{
3636

3737
@Scheduled(fixedRate = 15000)
3838
public void convertVideo() {
39-
System.out.println("Starting Video Converting");
39+
//System.out.println("Starting Video Converting");
4040
if(!running) {
4141
running=true;
4242
Task task = taskRepo.findByCompleted(0);

src/main/resources/ogm.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
driver=org.neo4j.ogm.drivers.http.driver.HttpDriver
2-
URI=http://neo4j:[email protected]:7474
2+
URI=http://neo4j:[email protected]:7474/

0 commit comments

Comments
 (0)