码迷,mamicode.com
首页 >  
搜索关键字:spring boot jpa mysql    ( 144980个结果
C#调用MySQL几个错误的解决方法
公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:数据库   时间:2021-06-28 20:37:38    阅读次数:0
GrapQL
安装 教程,https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/ ...
分类:其他好文   时间:2021-06-28 20:30:41    阅读次数:0
xshell搭建连接centos linux 并建立连接、安装
xshell搭建linux 远程连接方法参考:xshell连接VMware CentOS7 xshell连接linux后安装mysql:linux centos7 安装mysql 修改mysql 初始登录密码: 1.首先使用命令: vim /etc/my.cnf 修改mysql 配置信息 在[mys ...
分类:系统相关   时间:2021-06-28 20:26:01    阅读次数:0
spring-security安全框架-注意事项——1
##Spring Security注意事项 权限优先级: 在SecurityConfig中configure(HttpSecurity http)方法中,如下代码 http.authorizeRequests() .antMatchers("/admin/**").hasRole("admin") ...
分类:编程语言   时间:2021-06-28 20:23:02    阅读次数:0
OSError: mysql_config not found
解决python 安装 第三方包时报OSError: mysql_config not found的错误 Ubuntu sudo apt-get install libmysqlclient-dev centos7 yum install mysql-devel gcc gcc-devel pyth ...
分类:数据库   时间:2021-06-28 20:20:31    阅读次数:0
医疗信息咨询系统springboot+jpa源码
? 下载地址:https://download.csdn.net/download/qq_31293575/19407912 项目介绍 医疗信息咨询系统springboot+jpa源码 系统说明 医疗信息咨询系统springboot+jpa 该系统基于互联网并由java语言编写实现,主要分为两大部分 ...
分类:编程语言   时间:2021-06-28 20:09:26    阅读次数:0
MySql密码过期
title: MySql密码过期 date: 2018/03/24 22:12:55 tags: [MySql] categories: 开发 数据库 很就没有连接本地的mysql了,今天连接的时候发现本机的mysql链接不上了,在cmd中执行动作的时候也会叫你去set password,做设置密码 ...
分类:数据库   时间:2021-06-28 20:09:12    阅读次数:0
xshell连接虚拟机
1.查看IP地址,可以用ifconfig或者ifconfig | grep 192 2.查看端口netstat -tpln或者netstat -tunlp 3.8083是Tomcat端口,3306是MySQL数据库端口 4.Jmeter永久选择中文,在jmeter的bin目录中,打开jmeter.p ...
分类:系统相关   时间:2021-06-28 19:54:39    阅读次数:0
Springboot学习(一) 自动配置特性
一、 在主程序中配置 @SpringBootApplication 相当于: //@SpringBootConfiguration //@EnableAutoConfiguration //@ComponentScan("spring.main.spring"), //SpringBootAppli ...
分类:编程语言   时间:2021-06-28 19:53:22    阅读次数:0
spring boot 整合 shiro 权限框架
1.配置 pom <shiro.version>1.4.0</shiro.version> <!--shiro start--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> ...
分类:编程语言   时间:2021-06-28 19:50:46    阅读次数:0
144980条   上一页 1 ... 11 12 13 14 15 ... 14498 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!