Skip to content

Commit

Permalink
ignore 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
braverokmc79 committed Jun 25, 2022
1 parent 9a15e66 commit 91d77ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build/


logs/
/logs/
8 changes: 8 additions & 0 deletions logs/logexample2.log
Original file line number Diff line number Diff line change
Expand Up @@ -10402,3 +10402,11 @@ Caused by: java.lang.NullPointerException: null

18:47:23.325 [Thread-4] INFO c.z.h.HikariDataSource - HikariPool-1 - Shutdown initiated...
18:47:23.332 [Thread-4] INFO c.z.h.HikariDataSource - HikariPool-1 - Shutdown completed.
18:47:23.398 [restartedMain] INFO k.s.s.ExampleSpringApplication - Starting ExampleSpringApplication using Java 11.0.12 on DESKTOP-22M8BH7 with PID 10312 (E:\Spring Boot\inflearn_study\song_java\target\classes started by supercom in E:\Spring Boot\inflearn_study\song_java)
18:47:23.398 [restartedMain] INFO k.s.s.ExampleSpringApplication - No active profile set, falling back to 1 default profile: "default"
18:47:23.622 [restartedMain] INFO o.s.b.w.e.t.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
18:47:23.639 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 239 ms
18:47:23.737 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
18:47:23.770 [restartedMain] INFO o.s.b.w.e.t.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
18:47:23.797 [restartedMain] INFO k.s.s.ExampleSpringApplication - Started ExampleSpringApplication in 0.435 seconds (JVM running for 85.545)
18:47:23.798 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener - Condition evaluation unchanged

0 comments on commit 91d77ff

Please sign in to comment.