Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created December 9, 2022 12:42
Show Gist options
  • Save Mishco/ecb6556d434d9057360323cb91570f35 to your computer and use it in GitHub Desktop.
Save Mishco/ecb6556d434d9057360323cb91570f35 to your computer and use it in GitHub Desktop.
@Bean
public Store store() {
Store store = new Store();
store.setItem(item1());
return store;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment