摘要: 1:创建数据库 create database 数据库名 2:create database 数据库名称 on(name=数据库,filename='数据库路径') 3:查看数据库 sp_helpdb 数据库名 4:表操作 use 数据库名称 go create table 表名 ( 列名 ,数据类 阅读全文
posted @ 2022-11-14 11:43 Sunray0330 阅读(30) 评论(0) 推荐(0) 编辑
摘要: SpringMVC+MyBatis+git+mavne springcloud五大组件: 1、Eureka实现服务治理; 关键注解 @EnableEurekaServer @EnableEurekaClient 作用:实现服务治理(服务注册与发现) 简介:Spring Cloud Eureka是Sp 阅读全文
posted @ 2022-11-14 10:43 Sunray0330 阅读(17) 评论(0) 推荐(0) 编辑