Registry / devops / spring-boot-crud-generator

spring-boot-crud-generator

JSON →
library0.0.8pypypiunverified

A Python tool that generates Spring Boot CRUD code (controller, service, repository, entity) from a database table. Version 0.0.8, with infrequent releases.

pip install spring-boot-crud-generator
INSTALL
IMPORT
SIG · SPRING-BOOT-CRUD-G
S
spring-boot-crud-generator
devopspythonv0.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from springcrud import main
from spring_boot_crud_generator.cli import main

Run CLI help to verify installation.

from spring_boot_crud_generator.cli import main import sys sys.argv = ['prog', '--help'] try: main() except SystemExit: pass
spring-boot-crud-generator --version
Debug
Known issues
gotchaThis tool generates Java Spring Boot code, not Python code. Ensure your target project is a Spring Boot project.
fix
Use this only for Spring Boot backends; not for Python applications.
affects: all
gotchaThe generated code may require manual setup of database connection and entity mapping. The tool does not handle custom SQL or relationships.
fix
Review and customize generated files before integrating.
affects: all
Upgrade
Version history
0.0.8latest on PyPI · released Apr 16, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
spring-boot-crud-generator — pip install spring-boot-crud-generator · libregistry