Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module-info.java for modules #3

Closed
wants to merge 1 commit into from
Closed

Conversation

lizongbo
Copy link
Owner

@lizongbo lizongbo commented Jun 27, 2024

This pull request introduces module-info.java files across multiple modules in the repository, defining module names and dependencies, and exporting specific packages.

  • Adds module-info.java files: New files have been added to druid-spring-boot-starter, druid-wrapper, druid-admin, and druid-demo-petclinic modules. Each file declares the module name and specifies required dependencies such as java.sql, spring.boot, spring.boot.autoconfigure, and spring.context. Additionally, each module exports its respective packages, making them available to other modules.
  • Updates existing module-info.java: The module-info.java file in druid-spring-boot-3-starter has been updated to align with the naming convention of other modules and to refine the list of required dependencies and exported packages.

For more details, open the Copilot Workspace session.

@lizongbo lizongbo closed this Jul 9, 2024
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.

1 participant