Committing the plugin.properties to let us run the code from IntelliJ
This commit is contained in:
parent
b7b7328c3f
commit
46879fae2b
|
|
@ -0,0 +1,4 @@
|
|||
plugin.id=mongo-plugin
|
||||
plugin.class=com.external.plugins.MongoPlugin
|
||||
plugin.version=1.0-SNAPSHOT
|
||||
plugin.provider=tech@appsmith.com
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
plugin.id=postgres-plugin
|
||||
plugin.class=com.external.plugins.PostgresPlugin
|
||||
plugin.version=1.0-SNAPSHOT
|
||||
plugin.provider=tech@appsmith.com
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
plugin.id=rapidapi-plugin
|
||||
plugin.class=com.external.plugins.RapidApiPlugin
|
||||
plugin.version=1.0-SNAPSHOT
|
||||
plugin.provider=tech@appsmith.com
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
plugin.id=restapi-plugin
|
||||
plugin.class=com.external.plugins.RestApiPlugin
|
||||
plugin.version=1.0-SNAPSHOT
|
||||
plugin.provider=tech@appsmith.com
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user