Skip to content
Snippets Groups Projects
Commit 874c4f03 authored by taegyu jeong's avatar taegyu jeong
Browse files

complete

parent 5272f0dc
Branches
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ public class MusicService { ...@@ -50,6 +50,7 @@ public class MusicService {
} }
public int saveFavorite(FavoriteMusicRequestDto favorite){ public int saveFavorite(FavoriteMusicRequestDto favorite){
FavoriteMusic music = albumsRepo.save(favorite.toEntity()); FavoriteMusic music = albumsRepo.save(favorite.toEntity());
if (music != null) { if (music != null) {
return 1; return 1;
......
server.port = 8098 server.port = 8100
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://210.107.196.163:41398/webdev?serverTimezone=UTC spring.datasource.url=jdbc:mysql://210.107.196.163:41398/webdev?serverTimezone=UTC
spring.datasource.username=root spring.datasource.username=root
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<!doctype html>
<html>
<head>
<title> 정태규 </title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
</head>
<body>
<div id="app"></div>
<script src="./app.bundle.js" type="text/javascript"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment