spring cloud config environment repository has a database? -


history

i have application dependencies program sources front-end ( includes js, jsp, other ria application files) back-end ( includes java classes, table, columns). analyzing this, have analyze each project develop architecture , configure many properties.

each time adapt program each project, had spend lot of time make configuration customizing each project. also, took long time making configuration. but, accumulated many environment sets after adaption many projects. want gather properties sets 1 repository , watch thing in web view , reuse them if can find similar 1 in repository.

motivation & implementation

yesterday got idea right after saw spring cloud config. besides, changing source of properties properties file database. , make web view managing database.

question

  • first : connect spring cloud config database, need data-source connector of spring cloud config. can't find that.
  • second : gather kinds of properties 1 repository. idea? if have experience, please share insight or know-hows.

thanks reading question.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -