plugins {id 'java'id 'war'}group 'cn.edu.uoh.cs'version '1.0-SNAPSHOT'repositories {maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public/' }mavenCentral()}ext {junitVersion = '5.9.1'}sourceCompatibility = '11'targetCompatibility = '11'tasks.withType(JavaCompile) {options.encoding = 'UTF-8'}dependencies {compileOnly('jakarta.servlet:jakarta.servlet-api:6.0.0')compileOnly('jakarta.websocket:jakarta.websocket-api:2.1.0')compileOnly('jakarta.websocket:jakarta.websocket-client-api:2.1.0')implementation 'com.google.code.gson:gson:2.10.1'// h2 databaseruntimeOnly 'com.h2database:h2:2.1.214'testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")}test {useJUnitPlatform()}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。