Kr Younger 6 years ago
parent
commit
5e8e6cee7d

application.properties → application.pro View File


+ 0
- 2
src/main/java/com/example/throwupthursday/ThrowupThursdayApplication.java View File

@@ -2,12 +2,10 @@ package com.example.throwupthursday;
2 2
 
3 3
 import org.springframework.boot.SpringApplication;
4 4
 import org.springframework.boot.autoconfigure.SpringBootApplication;
5
-import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
6 5
 
7 6
 //
8 7
 
9 8
 @SpringBootApplication
10
-@EnableJpaRepositories
11 9
 public class ThrowupThursdayApplication {
12 10
 
13 11
 	public static void main(String[] args) {