Skip to content

Develop#65

Merged
jonnattangc merged 8 commits into
mainfrom
develop
Apr 19, 2026
Merged

Develop#65
jonnattangc merged 8 commits into
mainfrom
develop

Conversation

@jonnattangc
Copy link
Copy Markdown
Owner

No description provided.

jonnattangc and others added 4 commits April 11, 2026 17:14
Added a new skill for delivering Java Spring Boot backend features, outlining the required workflow, implementation rules, and done criteria. Also included an output template for documenting feature implementations and a quick design prompt template for planning. This enhances the development process by providing clear guidelines and structure for backend feature delivery.
Added rules to the .gitignore file to ignore all files in the .cursor directory while excluding the skills subdirectory and its contents. This change helps manage ignored files more effectively while retaining necessary skill files.
@jonnattangc
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

1 similar comment
@jonnattangc
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

.csrf().disable() // Deshabilitamos CSRF para pruebas de API
.authorizeHttpRequests()
.anyRequest().permitAll(); // Permitimos todas las peticiones sin autenticación
.csrf(csrf -> csrf.disable()) // Deshabilitamos CSRF para pruebas de API
@sonarqubecloud
Copy link
Copy Markdown

@jonnattangc jonnattangc merged commit 0574fd7 into main Apr 19, 2026
10 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants