赞
踩
java -jar xxx.jar
java -jar xxx.jar --server.port=8080 注释:将8080替换成自己想要的端口
java -jar xxx.jar --spring.datasource.url=“jdbc:mysql://localhost:3306/xxx?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC” --spring.datasource.username=root --spring.datasource.password=123456
注释:将root 以及123456替换成自己想要的数据库用户名以及密码即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。