Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java spring では、構成を複数の xml ファイルに分割し、次を使用して別のファイルからインポートすることができます。
<import resource="importedConfig.xml"/>
SpringPython で同じことを行うには?