File tree 4 files changed +3
-16
lines changed
4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 5
5
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6
6
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7
7
8
- name : Java CI with Gradle
8
+ name : Dev action
9
9
10
10
on :
11
11
push :
Original file line number Diff line number Diff line change 32
32
/dist /
33
33
/nbdist /
34
34
/.nb-gradle /
35
- # /src/main/resources/firebase.json
35
+ /src /main /resources /firebase.json
36
36
37
37
# ## VS Code ###
38
38
.vscode /
Original file line number Diff line number Diff line change 7
7
import org .springframework .http .ResponseEntity ;
8
8
import org .springframework .web .bind .annotation .*;
9
9
10
- @ FeignClient (name = "haetsal-service" , url = "http://175.45.203.201 :8000/haetsal-service/api/v2/profile" )
10
+ @ FeignClient (name = "haetsal-service" , url = "http://haetsal :8000/haetsal-service/api/v2/profile" )
11
11
public interface HaetsalClient {
12
12
@ PostMapping ()
13
13
ProfileResponseDTO .ProfileResponse createProfile (@ RequestBody ProfileRequest .CreateProfile createProfile , @ RequestHeader ("userId" ) String userId );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments