SprayShortenedPlayground:url-shortened Spray、Akka、Slick 示例项目

时间:2024-07-30 07:05:33
【文件属性】:

文件名称:SprayShortenedPlayground:url-shortened Spray、Akka、Slick 示例项目

文件大小:1MB

文件格式:ZIP

更新时间:2024-07-30 07:05:33

Scala

网址缩短的服务器示例。 数据库初始化 打开 /src/main/resources/application.config 并按以下格式设置数据库凭据: urls_service { secret = "your_secret_code" db_driver = "org.postgresql.Driver" db_url = "jdbc:postgresql://localhost:5432/database_name" db_user = "database_username" db_password = "databse_password" } 打开 build.sbt 并将以下设置更改为您的数据库凭据: flywayUrl := "jdbc:postgresql://localhost:5432/shortener_db"


【文件预览】:
SprayShortenedPlayground-master
----.gitignore(215B)
----activator-launch-1.2.2.jar(1.13MB)
----project()
--------plugins.sbt(158B)
--------build.properties(133B)
--------project()
--------activator-sbt-idea-shim.sbt(59B)
--------activator-sbt-eclipse-shim.sbt(71B)
----src()
--------main()
--------test()
----LICENSE(1KB)
----README.md(3KB)
----activator.bat(6KB)
----activator(9KB)
----build.sbt(2KB)

网友评论