https://github.com/rishanthakumar/javaplay
https://github.com/rishanthakumar/javaplay
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishanthakumar/javaplay
- Owner: Rishanthakumar
- License: other
- Created: 2017-07-21T14:17:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T15:24:46.000Z (almost 9 years ago)
- Last Synced: 2024-12-28T16:42:44.158Z (over 1 year ago)
- Language: TypeScript
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is your new Play application
=================================
Use following command to run `sbt run`
This file will be packaged with your application when using `sbt dist`.
Controllers
===========
- ServiceController.java:
All the CRUD apis for KohlsAssets are handled here.
Mysql Database
==============
Create a database `packing_robot`
Create a user `packingrobot` and grant permission and update the password
in the application conf.