Versions Compared

Key

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

...

Code Block
languageyml
titleexample config
ignite: 
	enabled: true
	comunication-spi:
		local-port: 5555
	cache-configurations:
	- 	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

...