You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
1、项目中使用了mysql
url: jdbc:mysql://139.224.72.142:3307/yltcharge? useUnicode=true&useSSL=false&characterEncoding=UTF-8
username: ycharge
password: ycharge
select @@version; 5.7.42
https://downloads.mysql.com/archives/community/
https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.42-el7-x86_64.tar.gz
需要重新下载Centos 8系列
2、项目中使用了mongodb,我们需要进行安装测试,不清楚版本
host: 139.224.72.142
port: 27017
database: ycharge
username: ycharge
password: ycharge
db.version() 4.2.24
https://www.mongodb.com/try/download/community-edition/releases/archive
https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.2.24.tgz
3、项目中使用了redis,并且配置了用户名和密码, redis_version:5.0.14
host: 139.224.72.142
port: 6380
password: rzyc#redis
https://download.redis.io/releases/redis-5.0.14.tar.gz
4、JDK1.8
https://www.oracle.com/java/technologies/downloads/?er=221886#java8-windows
oracle的登录名:
10402852@qq.com
密码: DsideaL4r5t6y7u!@#
https://download.oracle.com/otn/java/jdk/8u421-b09/d8aa705069af427f9b83e66b34f5e380/jdk-8u421-windows-x64.exe?AuthParam=1721962299_c01bf4ce53f33b8cb0963dee166167cb
https://download.oracle.com/otn/java/jdk/8u421-b09/d8aa705069af427f9b83e66b34f5e380/jdk-8u421-linux-x64.tar.gz
5、Maven使用