初始化项目
This commit is contained in:
15
src/zeus.query/build.gradle
Normal file
15
src/zeus.query/build.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
dependencies {
|
||||
compile "com.synebula:gaea.mongo:$gaea_version"
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
group 'com.synebula'
|
||||
artifactId 'zeus.view'
|
||||
version "$version"
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.synebula.zeus.query.view
|
||||
|
||||
class AccountView {
|
||||
var id: String = ""
|
||||
|
||||
var name: String = ""
|
||||
|
||||
var password: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user