https://github.com/x-ream/x7-spring-boot-starter
starter of the simple orm based on spring jdbcTemplate + sqli
https://github.com/x-ream/x7-spring-boot-starter
jdbctemplate sqli x7
Last synced: 25 days ago
JSON representation
starter of the simple orm based on spring jdbcTemplate + sqli
- Host: GitHub
- URL: https://github.com/x-ream/x7-spring-boot-starter
- Owner: x-ream
- License: apache-2.0
- Created: 2023-11-21T07:04:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T18:45:31.000Z (11 months ago)
- Last Synced: 2025-03-22T02:01:42.544Z (about 1 month ago)
- Topics: jdbctemplate, sqli, x7
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://search.maven.org/search?q=io.xream)
## [x7-spring-boot-starter](https://github.com/x-ream/x7-spring-boot-starter)
## x7/x7-repo [DETAILED README](https://github.com/x-ream/x7/blob/master/x7-repo/README.md)
### 如何使用第三方id生成器
1. @SpringBootApplication(exclude = IdGeneratorAutoConfiguration.class)
2. 参照x7-id-generator工程, 新建工程,实现自定义的IdGeneratorService, 代码如下:
public interface MyIdGeneratorService extends IdGeneratorProxy
### NOTES
1. A method, coded with io.xream/acku or seata, maybe we can not use:
@Lock or
{ DistributionLock.by(key).lock(task) }