document
01Cursor rule Cursor
A set of rules for writing and organizing project documentation, including README files. A README is the document that explains a project to its users and contributors.
Cursor rule Cursor
A set of rules for writing and organizing project documentation, including README files. A README is the document that explains a project to its users and contributors.
Cursor rule Cursor
A set of coding rules for Git, the version-control system used to track code changes. It covers commits, branches, commit messages, and branch names.
Cursor rule
A set of general development rules covering testability, clean code, and naming conventions. Testability means writing code that is easy to check with automated tests.
Cursor rule
A set of rules based on the Java 17 programming language specification.
Cursor rule
List names = users.stream() .map(User::getName) .filter(name -> name != null && !name.isEmpty()) .collect(Collectors.toList()).
Cursor rule
A set of Cursor editor rules for organising a project. It covers layers, packages, files, modules, and naming conventions.
Cursor rule
A set of coding rules for building enterprise applications with Spring Boot 2.7.x, a Java framework for web services and applications.
Cursor rule
A set of enterprise development guidelines for Spring Boot 3, a Java framework for building web and backend applications.
Cursor rule
A set of rules for choosing the technologies used by a project's backend. The description is in Chinese and does not list the technologies or decision criteria.