79136669

Date: 2024-10-29 10:03:33
Score: 0.5
Natty:
Report link

Even simpler, i guess:

public static void main(String[] args) {
        ConfigurableApplicationContext context = SpringApplication.run(SchemaStoreApplication.class, args);
        context.getEnvironment().getPropertySources().forEach(propertySource -> System.out.println(propertySource));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joel Mata