diff options
author | Dan Timoney <dt5972@att.com> | 2018-08-22 14:44:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-22 14:44:11 +0000 |
commit | fca267a0f5185bc85ea42ee67ed15e5a20525a06 (patch) | |
tree | fc39ffa851c836470ff99672c869ee21a3be8add /ms/controllerblueprints/application/src/test/resources/application.properties | |
parent | 653f403e13d4014b3f80fc8bf5302866110e2202 (diff) | |
parent | 42b670cfd17dab61dbd6632080c95572ea3b83c8 (diff) |
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources/application.properties')
-rw-r--r-- | ms/controllerblueprints/application/src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index 55ffeaf1..a147034f 100644 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and
# limitations under the License.
#
-
+spring.jackson.default-property-inclusion=non_null
#Load Blueprints
# blueprints.load.initial-data may be overridden by ENV variables
blueprints.load.initial-data=true
|