Skip to content
Snippets Groups Projects
Commit 959af841 authored by SangJun Park's avatar SangJun Park
Browse files

musicSearch done

parent fff88957
Branches
No related tags found
No related merge requests found
...@@ -11,3 +11,4 @@ public class MyspringwebApplication { ...@@ -11,3 +11,4 @@ public class MyspringwebApplication {
} }
} }
\ No newline at end of file
...@@ -38,7 +38,7 @@ public class MyWebController { ...@@ -38,7 +38,7 @@ public class MyWebController {
return service.searchMusic(name); return service.searchMusic(name);
} }
@GetMapping(value="/musicSearch") @GetMapping(value="/musicSearch") // not use for react
public MusicList musicSearchByParam(@RequestParam(value="name") String name) { public MusicList musicSearchByParam(@RequestParam(value="name") String name) {
return service.searchMusic(name); return service.searchMusic(name);
} }
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<!doctype html>
<html>
<head>
<title> muiBasic </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