
springboot
长春小霸王
1、蜘蛛信息,技术副总经理
2、
java( springboot、springcloud(Eureka、Ribbon、Feign、Hystrix、Zuul、TX-LCN、OAuth2))、c#+devexpress、net(MVC、core3、微服务(Consul、Ocelot、CAP))、前端(vue、uni-app)、halcon视觉、数据库(mysql、mssql、redis、MongoDB、sqlite)、RabbitMQ
展开
-
用C#开发生产线监测系统
智能工厂、生产线监控、移动MES原创 2025-03-13 13:44:31 · 166 阅读 · 0 评论 -
springboot+vue 统一sessionid限制登录
1、前端 import axios from 'axios' axios.defaults.withCredentials = true 2、后台 package com.jbossjf.bootproject.common.OriginConfig; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringBootConfiguration; im原创 2022-04-21 14:32:36 · 1005 阅读 · 0 评论 -
No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer解决方法
org.codehaus.jackson.map.JsonMappingException: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON.原创 2022-04-17 22:31:37 · 365 阅读 · 0 评论 -
springboot jpa SQL in查询
1、参数必须传递List<type> @Query(value="select * from trande_product where trande_form_id in ( :tradeNoIds )", nativeQuery = true) List<TrandeProduct> findByTradeNoIds(@Param("tradeNoIds") List<String> tradeNoIds);原创 2022-04-01 00:53:14 · 1355 阅读 · 1 评论 -
uniapp+java小程序支付
1、前端 <template> <view class="app"> <view class="price-box"> <text>支付金额</text> <text class="price">¥{{money}}</text> </view> <view class="pay-type-list"> <view class="type-item b-b原创 2022-03-28 18:36:57 · 5276 阅读 · 0 评论 -
springboot操作redis
1、引用 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.3.RELEASE</version> <relativePath/> <!-- loo原创 2022-03-27 13:49:21 · 419 阅读 · 0 评论 -
No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no pro
在使用spring boot的时候碰到的,想查询一个pojo对象,用的postman 测试的时候出现这个错误的 @JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) package com.jbossjf.bootproject.model; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import原创 2022-03-20 17:37:49 · 233 阅读 · 0 评论 -
springboot动态表名查询
1、按日期生成的表 2、导入maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.原创 2022-03-11 16:23:45 · 1665 阅读 · 0 评论