Created
January 9, 2022 16:11
-
-
Save Linkit123/80bd24d70db3e092ccd054c5027e7c22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.dvtt.demo.coredemo.context; | |
import lombok.Getter; | |
import lombok.Setter; | |
@Getter | |
@Setter | |
public class LoggingContext { | |
private String requestId; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment