Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.16 KB

HELP.md

File metadata and controls

51 lines (29 loc) · 1.16 KB

Getting Started

Reference Documentation

For further reference, please consider the following sections:

备注

启动

mvnw spring-boot:run

说明

使用注解日志

通过Lombok使用@Slf4j注解的时候,log对象会提示没有定义,所以需要在编辑器或IDE中安装lombok插件

swagger2自定义状态码

new Docket(DocumentationType.SWAGGER_2).useDefaultResponseMessages(false)

解决swagger异常AbstractSerializableParameter

logging:
  level:
    io.swagger.models.parameters.AbstractSerializableParameter: error

参考:

文档地址

http://192.168.1.123:8888/swagger-ui.html

Druid监控页面地址

http://127.0.0.1:8888/druid

用户名:root 密 码:root