File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed
web-framework/java/springboot
src/src/main/java/com/example/webframework Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-springboot-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.1.4
6
+ Version : 0.1.5
7
7
Description : 本案例展示了如何将 Spring Boot,一款高效的 Web 框架,部署至云原生应用开发平台。SpringBoot其“习惯优于配置”的理念、快速开发能力和微服务架构支持,广泛应用于 Web 应用程序开发、微服务架构、批处理和数据处理等场景中。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 5
5
6
6
@ SpringBootApplication
7
7
public class Application {
8
-
9
- // 正确实践http函数怎么进行bootstrap
10
- // 事件函数怎么进行initiate?
11
8
public static void main (String [] args ) {
12
9
SpringApplication .run (Application .class , args );
13
10
}
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
-
39
11
}
You can’t perform that action at this time.
0 commit comments