Skip to content

Commit

Permalink
Merge pull request #424 from TrandPick/development
Browse files Browse the repository at this point in the history
docs: 사이트 경험을 위한 테스트 계정 추가
  • Loading branch information
angelSuho authored Aug 14, 2023
2 parents f9ea799 + 562925d commit dc09f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spring:
password: ${custom.dataSource.password}
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
data:
redis:
host: ${redis.host}
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/templates/trendpick/usr/member/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ <h2>로그인</h2>
<br/><br/>
<div class="flex justify-center">
<a href="/trendpick/member/register" class="btn btn-wide btn-outline"><span>간편하게 회원가입하기</span></a>
</div>
</div> <br/>
테스트 계정 <br/>
아이디 : [email protected] <br/>
비밀번호 : 12345
</div>
</main>
</body>
Expand Down

0 comments on commit dc09f7b

Please sign in to comment.