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

Can teaclave support the persistence operation, such as h2database

Open
#33 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, spring-boot
Domain
backend, databases

Research direction

Start with the samples/springboot project and inspect the CRUD paths in the common and enclave modules, comparing the working save operation with the read interfaces shown in the issue. Reproduce the read requests and trace their returned values; done means the read endpoints return the expected persisted data rather than null.

Written by the indexing model from the issue text.

Description

基于samples/springboot项目,在common和enclave模块增加h2db的crud操作,目前程序能正常运行,save操作没有报错。
但涉及到读数据的接口,返回内容就是null,即使不是返回数据库中的内容。

service:
image

controller:(返回null)
image

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

Contributor guide

No contributing guide indexed for this repository

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.