Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #14

Merged
merged 2 commits into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Typos
  • Loading branch information
mehmetpekdemir committed Sep 1, 2020
commit f02de6acbd469b5f3e849c822de171b487d40989
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
import lombok.RequiredArgsConstructor;

/**
* <p>
* Port: localhost: 8501
* </p>
*
* @author MEHMET PEKDEMIR
* @since 1.0
Expand Down

This file was deleted.

33 changes: 0 additions & 33 deletions docs/docker.compose.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
import com.mehmetpekdemir.commonservice.messaging.TicketNotification;

/**
* <p>
* Port: localhost: 8503
* </p>
*
* @author MEHMET PEKDEMIR
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
import lombok.RequiredArgsConstructor;

/**
* <p>
* Port: localhost: 8502
* </p>
*
* @author MEHMET PEKDEMIR
* @since 1.0
*/

@RestController
@RequestMapping("api/")
@RequiredArgsConstructor // Constructor Injection with lombok
Expand Down