spring-configuration-metadata.json 242 B

123456789101112
  1. {
  2. "groups": [
  3. {
  4. "name": "spring.datasource.hikari",
  5. "type": "javax.sql.DataSource",
  6. "sourceType": "com.its.app.config.DatabaseConfig",
  7. "sourceMethod": "dataSource()"
  8. }
  9. ],
  10. "properties": [],
  11. "hints": []
  12. }