Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed May 18, 2017
1 parent 54d1365 commit 7728d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

@SpringBootApplication
public class Application {

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

}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server.port=8081
server.contextPath=/springbootapp
logging.level.org.springframework.web: DEBUG
logging.level.org.springframework.web: INFO

spring.jpa.hibernate.ddl-auto=update

0 comments on commit 7728d58

Please sign in to comment.