This website requires JavaScript.
Explore
Help
Sign In
michal.politowski
/
UrlsController
forked from
lsmyrnaios/UrlsController
Watch
1
Star
0
Fork
You've already forked UrlsController
0
Code
Pull Requests
Activity
2d5643cb0a
UrlsController
/
settings.gradle
6 lines
110 B
Groovy
Raw
Normal View
History
Unescape
Escape
Initial commit of UrlsController.
2021-03-16 14:25:15 +01:00
pluginManagement
{
repositories
{
gradlePluginPortal
(
)
}
}
- Add the "isControllerAlive"-endpoint. - Change the data-type of the "UrlReport.status" to be "enum StatusType", in order to increase consistency and comparability. - Change the "Date" datatype in "Payload" to have the SQL's version. - Fix the project's name inside "settings.gradle". - Code cleanup.
2021-09-23 14:08:52 +02:00
rootProject
.
name
=
'UrlsController'