awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
nutzam avatar

nutzam/nutz

0
View on GitHub↗
2,544 stars·921 forks·Java·Apache-2.0·10 viewsnutzam.com↗

Nutz

Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer

Features

  • ORM - 轻量级持久化与Web开发框架。

Star history

Star history chart for nutzam/nutzStar history chart for nutzam/nutz

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Nutz

These projects share indexed features with Nutz. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • baomidou/mybatis-plusbaomidou avatar

    baomidou/mybatis-plus

    17,391View on GitHub↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Javamybatismybatis-plusmybatis-spring
    View on GitHub↗17,391
  • braisdom/objectivesqlbraisdom avatar

    braisdom/ObjectiveSql

    1,258View on GitHub↗

    Writing SQL using Java syntax

    Javaactiverecordjavajava-api
    View on GitHub↗1,258
  • domaframework/domadomaframework avatar

    domaframework/doma

    501View on GitHub↗

    DAO oriented database mapping framework for Java

    Java
    View on GitHub↗501
  • arnaudroger/simpleflatmapperarnaudroger avatar

    arnaudroger/SimpleFlatMapper

    457View on GitHub↗

    Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper

    Java
    View on GitHub↗457
Compare all 9 related projects→

Frequently asked questions

What does nutzam/nutz do?

Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer

What are the main features of nutzam/nutz?

The main features of nutzam/nutz are: ORM.

Which projects share features with nutzam/nutz?

Projects with overlapping indexed features include: arnaudroger/simpleflatmapper — Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and… baomidou/mybatis-plus — MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code.… braisdom/objectivesql — Writing SQL using Java syntax. domaframework/doma — DAO oriented database mapping framework for Java. jfinal/jfinal — JAVA WEB + ORM Framework. myacelw/mybatis-dynamic — Code-first ORM for Spring Boot. Zero XML, Auto DDL & Fluent Join API. Define your schema in Java and enjoy dynamic SQL…