minor cleanup

This commit is contained in:
eugenp 2017-05-18 10:24:05 +03:00
parent 54d136518e
commit 7728d58e5b
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}

View File

@ -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