CommentApiTest ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค
server.port: 9001 spring: application: name: kuke-board-comment-service datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/comment username: root password: root jpa: database-platform: org.hibernate.dialect.MySQLDialect open-in-view: false show-sql: true hibernate: ddl-auto: noneapplication.yml์ ์ด๋ ๊ฒ ํด๋์ต๋๋ค