All Projects → xtTech → App Version

xtTech / App Version

Licence: apache-2.0
APP版本管理是一套多应用更新发版的管理平台。用户可以通过部署本管理系统,以实现对多APP的多平台多渠道上的版本管理。

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to App Version

Full Reactive Stack
Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular
Stars: ✭ 221 (-6.36%)
Mutual labels:  spring-boot
Swiftvalidators
String (and more) validation for iOS
Stars: ✭ 226 (-4.24%)
Mutual labels:  app
Spring Cloud Rest Tcc
以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案
Stars: ✭ 2,562 (+985.59%)
Mutual labels:  spring-boot
Stormpath Sdk Java
Official Java SDK for the Stormpath User Management REST API
Stars: ✭ 221 (-6.36%)
Mutual labels:  spring-boot
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-5.93%)
Mutual labels:  spring-boot
Tints And Shades
🌈 Display tints and shades of a given hex color in 10% increments.
Stars: ✭ 228 (-3.39%)
Mutual labels:  app
Zheng Springboot Demo
SpringBoot敏捷微服务开发示例(服务注册中心、服务提供者、实现客户端负载均衡的消费者、声明式的Web Service客户端消费者、服务网关、分布式配置中心、使用分布式配置的客户端)
Stars: ✭ 219 (-7.2%)
Mutual labels:  spring-boot
Crnk Framework
JSON API library for Java
Stars: ✭ 234 (-0.85%)
Mutual labels:  spring-boot
Mastering Junit5
A comprehensive collection of test examples created with JUnit 5
Stars: ✭ 223 (-5.51%)
Mutual labels:  spring-boot
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (-2.12%)
Mutual labels:  spring-boot
Dice
前后端分离Blog系统,采用Nuxt、Vue 2.x 和 SpringBoot 全家桶。
Stars: ✭ 222 (-5.93%)
Mutual labels:  spring-boot
Wordpress Android
WordPress for Android
Stars: ✭ 2,601 (+1002.12%)
Mutual labels:  app
Wave
Realtime Web Apps and Dashboards for Python and R
Stars: ✭ 2,774 (+1075.42%)
Mutual labels:  app
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (-6.78%)
Mutual labels:  spring-boot
Spring Security Pac4j
pac4j security library for Spring Security: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 231 (-2.12%)
Mutual labels:  spring-boot
Traymond
A simple Windows app for minimizing windows to tray icons
Stars: ✭ 219 (-7.2%)
Mutual labels:  app
Spring Petclinic Kotlin
Kotlin version of Spring Petclinic
Stars: ✭ 227 (-3.81%)
Mutual labels:  spring-boot
Spring Boot Testing Strategies
Sample project demonstrating different Test Strategies that can be followed when using Spring Boot.
Stars: ✭ 233 (-1.27%)
Mutual labels:  spring-boot
Grocy Android
ERP beyond your fridge, now on your phone – An awesome companion app for Grocy
Stars: ✭ 227 (-3.81%)
Mutual labels:  app
Moreco
moreco 是一个能够为小、中、大型项目提供最合适架构的一条龙生态系统。满足项目从小型到中型至大型的衍变过程。从编码到监控至运维都满足、且各种功能都插件化,支持插件间的切换。支持Spring Boot、Spring Cloud、Axon 无缝升级
Stars: ✭ 231 (-2.12%)
Mutual labels:  spring-boot

ifndef::imagesdir[:imagesdir: src/main/resources/images/]

image::logo.png[logo,200,200,align="center"]

== APP版本管理系统

[[License]] image::https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="https://opensource.org/licenses/Apache-2.0"] image::https://img.shields.io/badge/Release-1.1.0-blue.svg?style=flat-square&logo=appveyor[] image::https://api.codacy.com/project/badge/Grade/2f50f68e20d64479b5d8b79112d9b341["Codacy code quality", link="https://www.codacy.com/app/lzx2005/app-version?utm_source=github.com&utm_medium=referral&utm_content=xtTech/app-version&utm_campaign=Badge_Grade"]

APP版本管理是一套多应用更新发版的管理平台。 + 通过部署本管理系统,以实现对多APP的多平台多渠道上的版本管理。

=== 项目结构

app-version
│   README.adoc
└───modules
│   └───app-version-common (公共代码 实体类 工具类等)
│   └───app-version-manager (后台管理模块)
│   └───app-version-rest (与APP交互的 Rest 接口模块)
└───web
│   └───dashboard (前端)
└───src
│   └───main
│       └───asciidoc 相关文档
└───bin 脚本文件

=== 功能概览

本系统的主要功能有 IOS/Android 版本管理,RN(React Native)包和RN路由管理,自定义接口以及管理员管理。 +

  • 版本管理 是本系统的基础功能,可以帮您实现自己的应用在安卓各应用商店或IOS的App Store上各个版本的管理。 +
  • RN 管理 可以来便携管理您应用的RN包和RN路由。 +
  • 自定义接口 可以自定义您期望获得的数据信息。 +
  • 管理员 模块可以让您方便的实现多管理、多应用的操作。此外,操作日志 可以方便您监管其他应用管理员对各个应用的操作情况。 +
  • 操作手册 可以帮你查找操作方法。

=== 相关文档

link:src/main/asciidoc/_chapter/get-started.adoc[开发/部署手册]

link:src/main/asciidoc/_chapter/user-manual.adoc[使用手册]

link:src/main/asciidoc/_chapter/rest-manual.adoc[版本查询 API 接口]

link:src/main/asciidoc/_chapter/docker-manual.adoc[Docker 使用手册]

=== 项目预览 本项目使用iView框架搭建,简洁美观。

image::show1.png[] image::show2.png[]

=== 合作项目

==== iOS 前端Swift一键使用

image::https://raw.githubusercontent.com/birdmichael/app-version-swift/master/show.png[]

  • 一键配置
  • 全截面自定义
  • 自动版本比较
  • 自动限制最低版本
  • 自动维护每次弹出,弹出一次逻辑
  • 配置文本框最大高度(默认不可滚动,不显示滚动条)

项目地址:https://github.com/birdmichael/app-version-swift

=== 答疑帮助

  • 链接地址对的,但是请求返回 <没有权限访问该地址,请先登录> 提示信息?

这个问题可能原因:

1、地址本身就需要登录之后才可以使用

2、地址存在有误,可以确认一下

3、数据库表没有成功初始化

  • OSS 跨域问题

https://help.aliyun.com/video_detail/39695.html?spm=5176.10695662.1996646101.searchclickresult.791c4a496p15UY

NOTE: 有时候邮件回复的不是那么及时,推荐微信。

微信: zoeminghong (备注:APP 管理系统)

=== License

Apache Licensed. 具体查看 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].