Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coder966/surrealdb-spring-boot-example
https://github.com/coder966/surrealdb-spring-boot-example
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder966/surrealdb-spring-boot-example
- Owner: coder966
- Created: 2022-10-19T18:48:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T10:29:37.000Z (about 2 years ago)
- Last Synced: 2023-08-15T20:14:27.325Z (over 1 year ago)
- Language: Java
- Size: 450 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurrealDB Example in Spring Boot Application
This is just an example on how you might use SurrealDB java driver in Spring Boot.
This is not what's going to look like in the near feature as I have a Spring Boot starter planned.## Setup
- Import the driver JAR into the classpath.
You can refer to [this issue](https://github.com/surrealdb/surrealdb.java/issues/2) for more info on how to do that.
FYI: it is already done in this example project. See build.gradle.- Configure a bean for your SurrealDB driver. See the file named SurrealDbConfig.