代码拉取完成,页面将自动刷新
// This build is for this Giter8 template.
// To test the template run `g8` or `g8Test` from the sbt session.
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
lazy val root = project
.in(file("."))
.enablePlugins(ScriptedPlugin)
.settings(
name := "pekko-http-java-seed.g8",
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", "-XX:ReservedCodeCacheSize=128m", "-XX:MaxMetaspaceSize=256m", "-Xss2m", "-Dfile.encoding=UTF-8"),
resolvers += Resolver.typesafeIvyRepo("releases")
)
// Documentation for this project:
// sbt "project docs" "~ paradox"
// open docs/target/paradox/site/main/index.html
lazy val docs = project
.in(file("docs"))
.enablePlugins(ParadoxPlugin, PekkoParadoxPlugin)
.settings(
resolvers += Resolver.typesafeIvyRepo("releases"),
pekkoParadoxGithub := Some("https://github.com/apache/pekko-http-quickstart-java.g8")
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。