Skip to content

Commit

Permalink
Merge pull request #89 from Team-Solar-Powers/dev
Browse files Browse the repository at this point in the history
자동배포 작동 확인
  • Loading branch information
yubin-im authored Nov 23, 2023
2 parents bfffded + 62b8106 commit 26ac70c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ dependencies {

//OAuth2
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'

//mysql
//implementation 'mysql:mysql-connector-java:8.0.29'



}

tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/content/mypage/myInfor.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4 class="card-title">회원 정보</h4>
</div>
<div class="card mb-3">
<div class="card-body">
<h4 class="card-title">책 갈피 이용 내역</h4>
<h4 class="card-title">책갈피 이용 내역</h4>
<div class="table-responsive">
<table class="table table-bordered">
<thead>
Expand Down

0 comments on commit 26ac70c

Please sign in to comment.