sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.57k stars 500 forks source link

请问下sofaark子应用支持用spring-boot-maven-plugin吗?为什么示例里面子应用还用的sofa-ark-maven-plugin #741

Closed jgslvwy closed 1 year ago

jgslvwy commented 1 year ago

Describe the question or bug

A clear and concise description of what the question or bug is.

Expected behavior

A clear and concise description of what you expected to happen.

Actual behavior

A clear and concise description of what actually happened.

Steps to reproduce

Steps to reproduce the problem:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

If applicable, add screenshots to help explain your problem.

Minimal yet complete reproducer code (or GitHub URL to code)

Environment

lvjing2 commented 1 year ago

子应用使用 sofa-ark-maven-plugin 构建产物是可以热部署到基座的 jar 包,你要用 spring boot maven plugin 也是可以,子应用本身也是独立的 springboot,只是不能热部署到基座 JVM 上而已。

jgslvwy commented 1 year ago

lylingzhen commented 1 year ago

done. close this issue.

jgslvwy commented 1 year ago