-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
server-side-page-fragment-composition #3146
base: master
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
@@ -0,0 +1,31 @@ | |||
# Read Me First |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please study the contribution instructions: https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute
Every pattern has a README.md file with a very specific format.
<parent> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-starter-parent</artifactId> | ||
<version>3.4.0</version> | ||
<relativePath/> <!-- lookup parent from repository --> | ||
</parent> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each submodule should refer to top level parent pom.xml which is included in this project
@Test | ||
void contextLoads() { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this single test is sufficient
What problem does this PR solve?