Skip to content

Commit

Permalink
modified: move respository
Browse files Browse the repository at this point in the history
  • Loading branch information
bingqixia committed Jul 8, 2023
1 parent 60469a4 commit d124e0c
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 28 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# online-library-backend
### Utilities

**lombok**

**modelmapper**
for converting data object (i.e., entity) to data transfer object (i.e., DTO)

**jasypt**
password encryption

### Middleware

**springboot**

**spring data jpa**

Some references to look at:
* https://github.com/zhangzhenhuajack/spring-data-jpa-guide/tree/master/%E3%80%8ASpringDataJpa%E5%AE%9E%E6%88%98%E3%80%8B%E4%B9%A6
* https://github.com/icnws/spring-data-jpa-demo
* https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories






26 changes: 0 additions & 26 deletions backend/backend/online-library/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ server.servlet.context-path=/api

# pagination
paging.default.size=3
paging.default.page=0
paging.default.page=0

# vm options for maven build
jasypt.encryptor.password=aseversion2

0 comments on commit d124e0c

Please sign in to comment.