Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleexample config
ignite: 
	enabled: true
	clientscomunication-spi:
		defaultlocal-port: 5555
	cache-configurations:
		path: "classpath:a.cfg"         
		other:            
			path: "classpath:b.cfg"- accounts:
		table-name: ACCOUNTS
		key-type: String
	- books:
		table-name: BOOKS
		key-type: String

  • default is the primary bean
  • path loads in a spring bean definition

...