这是我的依赖
dependencies {
compile project(':react-native-fcm')
// compile 'com.google.firebase:firebase-core:11.2.0' //FCM - this decides your firebase SDK version
compile(project(':react-native-maps')){
exclude group: 'com.google.android.gms', module: 'play-services-base'
exclude group: 'com.google.android.gms', module: 'play-services-maps'
}
compile(project(":react-native-google-place-picker")){
exclude group: "com.google.android.gms"
}
compile (project(':RNAdMob')){
exclude group: "com.google.android.gms"
}
//compile project(':react-native-device-info')
compile project(':react-native-fbsdk')
compile (project(':react-native-mauron85-background-geolocation')){
exclude group: "com.google.android.gms"
}
compile project(':react-native-android-location-enabler')
compile project(':react-native-wheel-picker')
compile project(':react-native-sound')
compile project(':react-native-vector-icons')
compile (project(':react-native-google-analytics-bridge')){
exclude group: "com.google.android.gms"
}
//compile project(':react-native-device-info')
compile(project(":react-native-device-info")){
exclude group: "com.google.android.gms"
}
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
//compile "com.facebook.react:react-native:+" // …Run Code Online (Sandbox Code Playgroud) 我正在使用scala和play框架在web项目中工作.我担心应用程序部署部分.我需要在Glass fish服务器上托管我的应用程序.所以任何人都有这方面的经验?我有托管javaEE应用程序的经验,将.war文件上传到服务器.但是我怎么能像这样主持播放应用呢?我已经参考了以下文章并构建了dist. 生产区
如果有人可以一步一步地给我说明,我很容易理解.谢谢