http://manoli.net/csharpformat/
The formatted code will look like:
using System;
public class HelloWorld
{
public static void Main()
{
// Comment line
Console.WriteLine("Hello World!");
}
}
using System;
public class HelloWorld
{
public static void Main()
{
// Comment line
Console.WriteLine("Hello World!");
}
}
Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles provide a way to segr...
No comments:
Post a Comment