spring-boot启动日志分析

本文详细解析了SpringBoot应用启动时的配置流程,包括如何处理未设置profile的情况,以及当设置profile如'dev'时的响应。文章还介绍了Tomcat服务器的初始化,以及Spring上下文的初始化。在数据源方面,文章提到了Druid数据源的初始化。最后,文章讲解了Swagger的使用,包括文档插件的启动、API引用扫描和重复操作名称的处理。
摘要由CSDN通过智能技术生成

在这里插入图片描述

No active profile set, falling back to default profiles: default
没有激活profile配置,执行默认的配置文件application.yaml

当配置了profile后:例如

spring:
  profiles:
    active: dev

就会显示The following profiles are active: dev

tomcat初始化80端口
Tomcat initialized with port(s): 80 (http)
开始初始化spring上下文
Initializing Spring embedded WebApplicationContext
上下文初始完成
Root WebApplicationContext: initialization completed in 793 ms
初始化druid数据源
init DruidDataSource
数据源一初始化完成
{dataSource-1} inited
tomcat服务器开启80端口(代表服务已经处理监听状态)
Tomcat started on port(s): 80 (http) with context path ''ontext path 是配置文件中配置的,访问url端口后需要加上/user-center后缀
Tomcat started on port(s): 8080 (http) with context path ‘/user-center’
服务启动时间和jvm运行时间
Started WxMpDemoApplication in 2.495 seconds (JVM running for 3.168)

swagger启动日志
在这里插入图片描述

swagger文档插件
Documentation plugins bootstrapped
Found 1 custom documentation plugin(s)

Scanning for api listing references
扫描swagger api引用
Generating unique operation named: queryByIdUsingGET_1
因为名称重复的提示

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值