# 发布java需要提供的参数列表
1. 网站访问域名:[https://xxxxxx](https://xxxxxx/)
2. 数据库连接信息:数据库url连接地址和端口号,数据库名 ,username数据库登录用户名 ,password数据库登录密码
3. redis信息:host连接地址,port连接端口,password连接密码
4. nacos信息:server-addr连接地址及端口号,group所属分组,username登录用户名,password登录密码
5. 阿里云oss信息:endpoint 、accessKeyId 、 accessKeySecret 、bucketName
6. seata信息:server-addr连接地址及端口号,group所属分组