Skip to content

Commit

Permalink
refactor: move first Spring Boot app to com.krishna.firstspringbootap…
Browse files Browse the repository at this point in the history
…p package
  • Loading branch information
KrishnaBishowkarma committed Nov 11, 2024
1 parent 54bf9e4 commit e878343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.krishna;
package com.krishna.firstspringbootapp;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down

0 comments on commit e878343

Please sign in to comment.