Skip to content

Commit

Permalink
fix: update pw gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren4641 committed Oct 31, 2023
1 parent a3e44d6 commit 0ffe5c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@EnableJpaAuditing
Expand All @@ -18,7 +17,7 @@ public class SuiteUserServiceApplication {
public static void main(String[] args) {
SpringApplication.run(SuiteUserServiceApplication.class, args);
}

//gmail 비밀번호 변경


}

0 comments on commit 0ffe5c9

Please sign in to comment.