https://github.com/lannoy0523/bazel_springboot
a demo for migrate maven to bazel
https://github.com/lannoy0523/bazel_springboot
bazel bazel-example bzlmod java maven rules-spring spring springboot
Last synced: 2 months ago
JSON representation
a demo for migrate maven to bazel
- Host: GitHub
- URL: https://github.com/lannoy0523/bazel_springboot
- Owner: lannoy0523
- Created: 2023-04-11T09:48:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T06:56:36.000Z (over 1 year ago)
- Last Synced: 2025-07-24T10:31:18.237Z (11 months ago)
- Topics: bazel, bazel-example, bzlmod, java, maven, rules-spring, spring, springboot
- Language: Starlark
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bazel_springboot
the pom file is origin config
build a jar : bazel build :maven_springboot --experimental_enable_bzlmod
run as a spring boot application : bazel run :springboot --experimental_enable_bzlmod