摘要:
真实可用图书管理系统,eclipse+jdk1.6+mysql+jsp常规技术实现图书管理系统,毕业设计阻击手,需要的咨询QQ:332115585 阅读全文
摘要:
XX项目采用前后端分离技术,前端采用目前最主流的vue框架,后端采用springboot+springcloud搭建分布式微服务 springcloud主要使用组建和功能如下: eureka:注册中心(非常好) zuul:网关(非常好) sleuth:服务链路(不太好用) springboot—se 阅读全文
摘要:
1、pom文件 2、配置文件 application.properties application.yml 3、启动类 阅读全文
摘要:
已经有1年没有使用hibernate了,公司已经基本转到mybatis,一直很怀念当年hibernate通用泛型Dao的方式,只需要写好sql设置好返回的object,现在感觉mybatis这方面我还是太弱小。先定义个接口package com.fangj.core.platform.common;... 阅读全文
摘要:
以上是工程文件,下面开始测试package test.testservice;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autow... 阅读全文
摘要:
service接口package com.fangjian.core.platform.service;import com.fangjian.core.platform.po.User;public interface UserService { void saveUser(User use... 阅读全文
摘要:
jdbc.properties#hibernate settings hibernate.show_sql=truehibernate.format_sql=truehibernate.cache.use_query_cache=truehibernate.cache.provider_class=... 阅读全文
摘要:
json_test login.jsp contextConfigLocation classpath:com/config/spring/spring-*.xml org.springframework.web.conte... 阅读全文