pull/1/head
Matt Huntington 5 years ago
parent d3db912c49
commit 855f12e063

@ -8,7 +8,7 @@
<version>2.3.4.RELEASE</version> <version>2.3.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.example</groupId> <groupId>com.generalassembly</groupId>
<artifactId>contacts</artifactId> <artifactId>contacts</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>contacts</name> <name>contacts</name>

@ -1,4 +1,4 @@
package com.example.contacts; package com.generalassembly.contacts;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;

@ -1,4 +1,4 @@
package com.example.contacts; package com.generalassembly.contacts;
import javax.persistence.Entity; import javax.persistence.Entity;
import javax.persistence.GeneratedValue; import javax.persistence.GeneratedValue;

@ -1,8 +1,8 @@
package com.example.contacts; package com.generalassembly.contacts;
import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.CrudRepository;
import com.example.contacts.Person; import com.generalassembly.contacts.Person;
// This will be AUTO IMPLEMENTED by Spring into a Bean called userRepository // This will be AUTO IMPLEMENTED by Spring into a Bean called userRepository
// CRUD refers Create, Read, Update, Delete // CRUD refers Create, Read, Update, Delete
Loading…
Cancel
Save