File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ dependencies {
2525 implementation ' org.springframework.boot:spring-boot-devtools'
2626 implementation ' com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.5.6'
2727 implementation ' junit:junit:4.13.1'
28+ implementation ' mysql:mysql-connector-java'
29+ implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
2830 compileOnly ' org.projectlombok:lombok'
2931 runtimeOnly ' com.h2database:h2'
3032 annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change 11spring :
22 datasource :
3- url : jdbc:h2:tcp://localhost/~/reviewDevelop
4- username : sa
5- password :
6- driver-class-name : org.h2.Driver
3+ driver-class-name : com.mysql.cj. jdbc.Driver
4+ url : jdbc:mysql://review-develop-db.ctupwybe3pr8.us-east-1.rds.amazonaws.com:3306/review_develop_db
5+ username : emrhssla
6+ password : em89138913
77
88 jpa :
9+ # database-platform: org.hibernate.dialect.MySQLDialect
10+ # show-sql: true
911 hibernate :
1012 ddl-auto : create
1113 properties :
@@ -17,5 +19,6 @@ logging.level:
1719 org.hibernate.SQL : debug
1820 org.hibernate.type : trace
1921
22+
2023server :
2124 port : 8081
You can’t perform that action at this time.
0 commit comments