-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db26c3a
commit 61ddf8e
Showing
7 changed files
with
112 additions
and
7 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
examples/spring-boot3-simple/src/main/java/module-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/*- | ||
* #%L | ||
* spring-boot3-simple | ||
* %% | ||
* Copyright (C) 2023 MicroStream Software | ||
* %% | ||
* This program and the accompanying materials are made | ||
* available under the terms of the Eclipse Public License 2.0 | ||
* which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* #L% | ||
*/ | ||
module spring.boot3.simple { | ||
requires spring.context; | ||
requires spring.boot.autoconfigure; | ||
requires spring.boot; | ||
requires org.eclipse.store.integrations.spring.boot; | ||
requires spring.web; | ||
} |
14 changes: 14 additions & 0 deletions
14
...ring-boot3-simple/src/main/java/org/microstream/spring/boot/example/JokesApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...-simple/src/main/java/org/microstream/spring/boot/example/controller/JokesController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...les/spring-boot3-simple/src/main/java/org/microstream/spring/boot/example/model/Root.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...-boot3-simple/src/main/java/org/microstream/spring/boot/example/storage/JokesStorage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...src/test/java/org/eclipse/store/integrations/spring/boot/types/InjectStorageBeanTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters