FanKingWang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年8月9日

摘要: package com.hmall.item;import lombok.Data;import java.io.Serializable;@Datapublic class Result<T> implements Serializable { private static final long 阅读全文
posted @ 2022-08-09 20:24 FanKingWang 阅读(24) 评论(0) 推荐(0)

摘要: @Configurationpublic class MybatisPlusConfig { @Bean public MybatisPlusInterceptor mybatisPlusInterceptor(){ //1 创建MybatisPlusInterceptor拦截器对象 Mybatis 阅读全文
posted @ 2022-08-09 19:25 FanKingWang 阅读(124) 评论(0) 推荐(0)

摘要: 导入依赖 <!--网关--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId> </dependency> <!--nacos 阅读全文
posted @ 2022-08-09 18:29 FanKingWang 阅读(198) 评论(0) 推荐(0)

摘要: server { listen 9001; server_name localhost; location / { root hm-mall-admin; index index.html index.htm; } error_page 500 502 503 504 /50x.html; loca 阅读全文
posted @ 2022-08-09 17:09 FanKingWang 阅读(21) 评论(0) 推荐(0)