Skip to content

Commit decda3e

Browse files
authored
Merge pull request #221 from AndyManastorm/fix-useless-comments
fix comments
2 parents 762e4d1 + 5f3edbf commit decda3e

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

web-framework/java/springboot/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Project
33
Name: start-springboot-cap
44
Provider:
55
- 阿里云
6-
Version: 0.1.4
6+
Version: 0.1.5
77
Description: 本案例展示了如何将 Spring Boot,一款高效的 Web 框架,部署至云原生应用开发平台。SpringBoot其“习惯优于配置”的理念、快速开发能力和微服务架构支持,广泛应用于 Web 应用程序开发、微服务架构、批处理和数据处理等场景中。
88
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
99
Organization: 阿里云函数计算(FC)

web-framework/java/springboot/src/src/main/java/com/example/webframework/Application.java

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,7 @@
55

66
@SpringBootApplication
77
public class Application {
8-
9-
// 正确实践http函数怎么进行bootstrap
10-
// 事件函数怎么进行initiate?
118
public static void main(String[] args) {
129
SpringApplication.run(Application.class, args);
1310
}
14-
15-
16-
// TODO 事件类型的函数如何正确地写处理?
17-
// 事件函数与http函数场景,如何获取约定的上下文信息?
18-
// 常见问题怎么解决,包括
19-
20-
// TODO 应用SpringBoot + SpringMVC的正确实践,开发RESTful接口
21-
// TODO SpringBoot + SpringMVC的正确实践,开发前后端一体化的接口
22-
// 详细程度需要到Action层或Controller层,DAO与Service层属于Spring应用问题
23-
// 常见问题可以提炼FAQ或者沉淀到工程中
24-
25-
// TODO 如何正确地推送metrics? @夏莞
26-
// 可观测的最佳实践也要放进去
27-
28-
// 产品出了什么新功能,涉及到研发层面的,要在runtime的模板案例里面show出来才对。
29-
// 旧功能设计的客户体验问题可以自己消化,新功能设计的问题可以自己赋能自己,了解客户的痛苦,进行优化
30-
31-
// 展示约定的environment变量
32-
33-
// 展示通过host指定hostname并生效
34-
35-
// 展示打印日志功能
36-
37-
//
38-
3911
}

0 commit comments

Comments
 (0)