Skip to content

Instantly share code, notes, and snippets.

View vijayakumar-psg587's full-sized avatar

Vijayakumar vijayakumar-psg587

View GitHub Profile
@vijayakumar-psg587
vijayakumar-psg587 / .java
Created January 11, 2019 05:56
SwaggerFilter
@Component
public class SwaggerFilter implements Filter {
final String APPLICATION_XHTML = "application/xhtml";
final String XML_ELEMENT_START = "<Json>";
final String XML_ELEMENT_END = "</Json>";
@Override
public void init(FilterConfig config) throws ServletException {
}
pipeline {
agent any
tools {
maven 'localMaven'
git 'localGit'
jdk 'localJava'
/*
For opehsnift jenkins
maven 'MAVEN-3.5.4'