Skip to content

springnative/kotlin-bbs

Repository files navigation

Read Me First

The following was discovered as part of building this project:

  • The original package name 'cloud.springnative.kotlin-bbs' is invalid and this project uses 'cloud.springnative.kotlinbbs' instead.

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you:

$ docker run -d --name mysql5 -p3306:3306 -v /etc/localtime:/etc/localtime -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7

$ docker build -t kotlin-bbs .

$ docker run --rm -p 8090:8080 -e MYSQL_HOST:mysql5 --link mysql5 kotlin-bbs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published