Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

初始化数据库遇到困难 #4

Open
yangjiamin opened this issue Nov 30, 2022 · 4 comments
Open

初始化数据库遇到困难 #4

yangjiamin opened this issue Nov 30, 2022 · 4 comments

Comments

@yangjiamin
Copy link

image

@yangjiamin
Copy link
Author

改成java11就可以了 sed -i "s/java8/java11/g" grep "java8" -rl ./

@AkasakaIsami
Copy link
Contributor

AkasakaIsami commented Jan 10, 2023

您好,抱歉回复较晚,很高兴收到您的issue。
serverless-trainticket开发时,openfaas版本较老(0.12.4)且使用了当时官方提供的java8模版。目前,openfaas已经取消了对java8的支持。
下面的链接提供了已被移除的java8模版,希望对您允许本项目有帮助:https://github.com/openfaas/templates/releases/tag/1.9.0


Hi, sorry for the the delayed response and thank you for your paitence.
The serverless-trainticket was developed with an old version of openFaaS (0.12.4) and we directly used the official java8 template at that time. Currently, java8 template is no longer supported by OpenFaaS.
The following link provides the java8 template that has been removed, I hope it will help you to run this project: https://github.com/openfaas/templates/releases/tag/1.9.0

@wiluen
Copy link

wiluen commented Apr 10, 2023

sed -i "s/java8/java11/g" $(grep "java8" -rl ./) 将grep命令的输出使用$()嵌入到sed命令

@wiluen
Copy link

wiluen commented Apr 10, 2023

dollor符号

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants