Implements database, adds profiles
This commit is contained in:
8
h2/src/main/java/module-info.java
Normal file
8
h2/src/main/java/module-info.java
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* H2 module for the FRO application
|
||||
*/
|
||||
module ch.gtache.fro.h2 {
|
||||
requires transitive ch.gtache.fro.database;
|
||||
exports ch.gtache.fro.h2;
|
||||
exports ch.gtache.fro.modules.h2;
|
||||
}
|
||||
Reference in New Issue
Block a user