Skip to content

Fix Bootstrap WebJar paths to match NPM structure-created-by-agentic #225

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

Closed

Conversation

shaykeren
Copy link

This PR fixes the Bootstrap resource path mismatch in the Spring PetClinic application.

Changes made:

  1. Updated Bootstrap JS path to match NPM WebJar structure:
    • From: /webjars/bootstrap/5.2.3/dist/js/bootstrap.bundle.min.js
    • To: /webjars/bootstrap/js/bootstrap.bundle.min.js
  2. Added Bootstrap CSS path using the correct NPM WebJar structure:
    • Added: /webjars/bootstrap/css/bootstrap.min.css

This fix ensures that Bootstrap resources are properly loaded from the NPM WebJar package.

Related to Error ID: 1251351a-4449-11f0-90fe-0242ac160004

@doppleware doppleware closed this Jun 12, 2025
@doppleware doppleware deleted the fix-bootstrap-webjar-paths-created-by-agentic branch June 12, 2025 19:19
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