Skip to content

Commit

Permalink
final (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehongg authored Jan 27, 2023
1 parent 2f8a61d commit 70aa836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/greenpoint/server/ServerApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@SpringBootApplication
@EnableJpaAuditing
public class ServerApplication extends SpringBootServletInitializer {

@Override
Expand Down

0 comments on commit 70aa836

Please sign in to comment.