Skip to content

Commit 7728d58

Browse files
author
eugenp
committed
minor cleanup
1 parent 54d1365 commit 7728d58

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

guest/spring-boot-app/src/main/java/com/stackify/Application.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
@SpringBootApplication
77
public class Application {
8+
89
public static void main(String[] args) {
910
SpringApplication.run(Application.class, args);
1011
}
12+
1113
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server.port=8081
22
server.contextPath=/springbootapp
3-
logging.level.org.springframework.web: DEBUG
3+
logging.level.org.springframework.web: INFO
44

55
spring.jpa.hibernate.ddl-auto=update

0 commit comments

Comments
 (0)