Skip to content

Instantly share code, notes, and snippets.

@Linkit123
Created January 9, 2022 16:11
Show Gist options
  • Save Linkit123/80bd24d70db3e092ccd054c5027e7c22 to your computer and use it in GitHub Desktop.
Save Linkit123/80bd24d70db3e092ccd054c5027e7c22 to your computer and use it in GitHub Desktop.
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