springboot + oracle 配置多数据源 添加数据库依赖 配置数据库连接信息 通过注解的方式在类或方法上指定数据源 添加数据库依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId>