Skip to content

Instantly share code, notes, and snippets.

View NemesisMate's full-sized avatar

Iñaki Fernández Janssens NemesisMate

View GitHub Profile
@NemesisMate
NemesisMate / xjshell
Created April 5, 2023 08:23
JShell on Spring + Reactor steroids
#!/bin/bash
#title :xjshell
#description :JShell on Spring + Reactor steroids
#author :NemesisMate
#notes :Add it to your path and enjoy your new xjshell command
#==============================================================================
LOGS=1
XJSHELL_CONFIG_FOLDER=~/.xjshell
XJSHELL_CONFIG_FILE=$XJSHELL_CONFIG_FOLDER/.xstartup.jsh
package test;
import com.esotericsoftware.yamlbeans.YamlReader;
import com.esotericsoftware.yamlbeans.YamlWriter;
import junit.framework.TestCase;
import java.io.IOException;
import java.io.StringWriter;
public class YamlEnumTest extends TestCase {