项目前后端不分离,前后端分离请看我另一个项目 有问题提issue,看到会回复
在pom中配置后可运行mvn flyway:migrate
mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate
github.client.id=
github.client.secret =
github.redirect.uri =
已经替换为阿里云oss了,在配置文件中设置
cp 一个 application-production.properties 并填写相应配置
mvn flyway:migrate
mvn clean compile package
java -jar -Dspring.profiles.active=production /target/xxxxx.jar
访问 http://localhost:8888