This file contains hidden or 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
| @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 { | |
| } |
This file contains hidden or 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
| pipeline { | |
| agent any | |
| tools { | |
| maven 'localMaven' | |
| git 'localGit' | |
| jdk 'localJava' | |
| /* | |
| For opehsnift jenkins | |
| maven 'MAVEN-3.5.4' |
NewerOlder