摘要:
1、下载 oracle image docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g 2、安装 oracle (这里没有配置自动启动容器 和 文件映射) docker run -d –p 1521:1521 --name 阅读全文
摘要:
第一步,先注册阿里云账号,然后查看 加速地址https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 阅读全文
摘要:
1、引入mybatis plus 依赖。 <!—配置事务管理--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </depende 阅读全文