Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

基于sample中springboot样例构建复杂springboot应用后读取外部配置文件失败

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker, java, spring-boot
Domain
backend, devops

Research direction

Start with the Dockerfile CMD and its Java launch arguments, then compare them with the sample application's enclave and host pom.xml files and the expected external application.yml location. Reproduce the failure with teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04 and confirm that the built application reads the external configuration file successfully.

Written by the indexing model from the issue text.

Description

构建镜像为teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04,enclave和host子模块的pom.xml(构建部分)都没有改动。
Dockerfile中的启动选项为:
CMD ["java", "-cp", "-Dspring.config.location=file:./application.yml", "host-1.0-SNAPSHOT-with-dependency.jar:enclave-1.0-SNAPSHOT-with-dependency.jar", "com.XXX.host.MainAppication"]

Dominant language
Java
Stars
67
Forks
21
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/teaclave-java-tee-sdk

All issues in apache/teaclave-java-tee-sdk

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.