Skip to content

Commit

Permalink
📝 init jpa
Browse files Browse the repository at this point in the history
  • Loading branch information
TyCoding committed Mar 23, 2019
1 parent 1349d43 commit 416475c
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions spring-boot-jpa/pom.xml → boot-jpa/pom.xml
Expand Up @@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.tycoding</groupId>
<artifactId>spring-boot-jpa</artifactId>
<artifactId>boot-jpa</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-jpa</name>
<name>boot-jpa</name>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
Expand Up @@ -6,10 +6,10 @@

@SpringBootApplication
@EnableJpaAuditing
public class SpringBootJpaApplication {
public class BootJpaApplication {

public static void main(String[] args) {
SpringApplication.run(SpringBootJpaApplication.class, args);
SpringApplication.run(BootJpaApplication.class, args);
}

}
File renamed without changes.
Expand Up @@ -7,7 +7,7 @@

@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootJpaApplicationTests {
public class BootJpaApplicationTests {

@Test
public void contextLoads() {
Expand Down

0 comments on commit 416475c

Please sign in to comment.