-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.properties
22 lines (19 loc) · 1.04 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -----------------------------------------------------------------------
# [y] hybris Platform
#
# Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved.
#
# This software is the confidential and proprietary information of SAP
# ("Confidential Information"). You shall not disclose such Confidential
# Information and shall use it only in accordance with the terms of the
# license agreement you entered into with SAP.
# -----------------------------------------------------------------------
# you can put key/value pairs here.
# Use Config.getParameter(..) to retrieve the values during runtime.
# concerttours.key=value
# Specifies the location of the spring context file putted automatically to the global platform application context.
concerttours.application-context=concerttours-spring.xml
# you can control your logger as follows:
log4j2.logger.helloController.name = concerttours.service.impl.DefaultConcerttoursService
log4j2.logger.helloController.level = DEBUG
log4j2.logger.helloController.appenderRef.stdout.ref = STDOUT