基于springboot+springfox(swagger)+mongo的rest APP后端
基于MVP+RxJava+Retrofit+Dagger2+Realm的校园交易市场APP
服务器端访问路径
默认采用HTTPS协议,如果想使用http协议
服务器图片存储物理路径:
APP轮询频率:设置AppConf中的Message_Interval
APP每页商品加载的条数:设置AppConf中的size
服务器图片存储路径: application.yml中设置xmarket.pic_home
keytool -genkey -alias xmarketkey -keyalg RSA -keysize 1024 -keypass sdjkasl465sd -validity 365 -keystore g:\home\xmarket.keystore -storepass 546sdhjdf //生成证书
keytool -list -v -keystore g:\home\xmarket.keystore -storepass 546sdhjdf //查看证书
keytool -export -alias xmarketkey -keystore g:\home\xmarket.keystore -file g:\home\xmarket.crt -storepass 546sdhjdf //导出证书
keytool -printcert -file g:\home\xmarket.crt //查看证书