上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_rest_template.htm Rest 模板用于创建消费 RESTful Web 服务的应用。你可以使用 exchange() 方法来消费所有 HTTP 方法的 we 阅读全文
posted @ 2020-09-02 10:44 码界行者 阅读(402) 评论(0) 推荐(0)
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_servlet_filter.htm 过滤器是一种拦截应用中 HTTP 请求和响应的对象,使用过滤器,你可以执行以下两种情形下的两种操作: 在发送请求到到控制器之前 在发送 阅读全文
posted @ 2020-08-31 18:58 码界行者 阅读(273) 评论(0) 推荐(0)
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_interceptor.htm 在以下两种情况下,可以在 Spring Boot 中使用拦截器来执行操作: 发送请求到控制器之前 发送响应到客户端之前 譬如,可以使用拦截器 阅读全文
posted @ 2020-08-31 11:50 码界行者 阅读(508) 评论(0) 推荐(0)
摘要: 【注】本文译自:https://www.tutorialspoint.com/spring_boot/spring_boot_exception_handling.htm 对于企业应用而言,在 API 中处理好异常和错误是至关重要的。本文将带你学习如果在 Spring Boot 中处理异常。 在学习 阅读全文
posted @ 2020-08-23 01:30 码界行者 阅读(327) 评论(0) 推荐(0)
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_building_restful_web_services.htm Spring Boot 提供了构建企业应用中 RESTful Web 服务的极佳支持。本文为你详解如何使 阅读全文
posted @ 2020-08-21 11:11 码界行者 阅读(523) 评论(0) 推荐(0)
摘要: Spring Boot 使用 Apache Commons logging 作为内部日志。Spring Boot 缺省配置提供对于 Java Util Logging, Log4j2 和 Logback 的支持。这样,我们可以配置控制台或者文件日志。 阅读全文
posted @ 2020-08-14 15:33 码界行者 阅读(191) 评论(0) 推荐(0)
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_application_properties.htm 应用属性能够支持在不同环境中工作。本文将带你学习如何在 Spring Boot 应用中配置特定的属性。 命令行属性 S 阅读全文
posted @ 2020-08-11 19:10 码界行者 阅读(606) 评论(0) 推荐(0)
摘要: 【注】本文译自:https://www.tutorialspoint.com/spring_boot/spring_boot_runners.htm 应用运行器和命令行运行器接口可以让你的代码在 Spring Boot 应该启动之后执行,你可以使用这些接口让应用启动之后立即执行任何行为。本文为你细说 阅读全文
posted @ 2020-08-11 15:53 码界行者 阅读(414) 评论(0) 推荐(0)
摘要: 【注】本文译自: https://www.tutorialspoint.com/spring_boot/spring_boot_beans_and_dependency_injection.htm 在Spring Boot 中,我们可以利用 Spring Framework 定义 bean 及其依赖 阅读全文
posted @ 2020-08-11 15:51 码界行者 阅读(624) 评论(0) 推荐(0)
摘要: 【注】本文译自:https://www.tutorialspoint.com/spring_boot/spring_boot_code_structure.htm Spring Boot 不要求任何代码布局就能工作。然而,却有一些最佳实践能够帮到我们,且待本文为你详解。 缺省包 没有包含任何包声明的 阅读全文
posted @ 2020-08-11 15:49 码界行者 阅读(956) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页