Skip to content

Commit 0fae92c

Browse files
committed
feat: add springboot+jpa+sqlite
1 parent a74ba18 commit 0fae92c

10 files changed

Lines changed: 766 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Srping Boot + JPA + Sqlite
2+
3+
### Reference Documentation
4+
For further reference, please consider the following sections:
5+
6+
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
7+
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/)
8+
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/#build-image)
9+
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.2.3/reference/htmlsingle/index.html#web)
10+
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.2.3/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data)
11+
12+
### Guides
13+
The following guides illustrate how to use some features concretely:
14+
15+
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
16+
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
17+
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
18+
* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
19+

springboot/springboot-sqlite-jpa/mvnw

Lines changed: 308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)