Add Spring Boot properties to YAML converter

This commit is contained in:
Marcelo Gonçalves 2023-12-28 13:06:30 +00:00
parent 1453cc3f7b
commit 36102a4312
6 changed files with 169 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as propertiesToYaml } from './properties-to-yaml';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -100,6 +101,7 @@ export const toolsByCategory: ToolCategory[] = [
listConverter,
tomlToJson,
tomlToYaml,
propertiesToYaml,
],
},
{