apache / incubator-teaclave-java-tee-sdk

Apache Teaclave (incubating) Java TEE SDK is an open source universal confidential computing framework, making java computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
50 stars 15 forks source link

Can teaclave support the persistence operation, such as h2database #33

Open FantZero opened 1 year ago

FantZero commented 1 year ago

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

serviceimage

controller:(返回null) image

superajun-wsj commented 1 year ago

在enclave模块中读一个文件呢?能够读到吗?